Class: Aws::Amplify::Types::ProductionBranch

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#branch_nameString

The branch name for the production branch.

Returns:

  • (String)


2226
2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2226

class ProductionBranch < Struct.new(
  :last_deploy_time,
  :status,
  :thumbnail_url,
  :branch_name)
  SENSITIVE = []
  include Aws::Structure
end

#last_deploy_timeTime

The last deploy time of the production branch.

Returns:

  • (Time)


2226
2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2226

class ProductionBranch < Struct.new(
  :last_deploy_time,
  :status,
  :thumbnail_url,
  :branch_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the production branch.

Returns:

  • (String)


2226
2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2226

class ProductionBranch < Struct.new(
  :last_deploy_time,
  :status,
  :thumbnail_url,
  :branch_name)
  SENSITIVE = []
  include Aws::Structure
end

#thumbnail_urlString

The thumbnail URL for the production branch.

Returns:

  • (String)


2226
2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2226

class ProductionBranch < Struct.new(
  :last_deploy_time,
  :status,
  :thumbnail_url,
  :branch_name)
  SENSITIVE = []
  include Aws::Structure
end