Class: Aws::Amplify::Types::ProductionBranch
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::ProductionBranch
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
Describes the information about a production branch for an Amplify app.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#branch_name ⇒ String
The branch name for the production branch.
-
#last_deploy_time ⇒ Time
The last deploy time of the production branch.
-
#status ⇒ String
The status of the production branch.
-
#thumbnail_url ⇒ String
The thumbnail URL for the production branch.
Instance Attribute Details
#branch_name ⇒ String
The branch name for the production branch.
2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2323 class ProductionBranch < Struct.new( :last_deploy_time, :status, :thumbnail_url, :branch_name) SENSITIVE = [] include Aws::Structure end |
#last_deploy_time ⇒ Time
The last deploy time of the production branch.
2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2323 class ProductionBranch < Struct.new( :last_deploy_time, :status, :thumbnail_url, :branch_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the production branch.
2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2323 class ProductionBranch < Struct.new( :last_deploy_time, :status, :thumbnail_url, :branch_name) SENSITIVE = [] include Aws::Structure end |
#thumbnail_url ⇒ String
The thumbnail URL for the production branch.
2323 2324 2325 2326 2327 2328 2329 2330 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2323 class ProductionBranch < Struct.new( :last_deploy_time, :status, :thumbnail_url, :branch_name) SENSITIVE = [] include Aws::Structure end |