Class: Aws::ServerlessApplicationRepository::Types::ChangeSetDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::ChangeSetDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
Details of the change set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The application Amazon Resource Name (ARN).
-
#change_set_id ⇒ String
The Amazon Resource Name (ARN) of the change set.
-
#semantic_version ⇒ String
The semantic version of the application:.
-
#stack_id ⇒ String
The unique ID of the stack.
Instance Attribute Details
#application_id ⇒ String
The application Amazon Resource Name (ARN).
359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 359 class ChangeSetDetails < Struct.new( :application_id, :change_set_id, :semantic_version, :stack_id) SENSITIVE = [] include Aws::Structure end |
#change_set_id ⇒ String
The Amazon Resource Name (ARN) of the change set.
Length constraints: Minimum length of 1.
Pattern: ARN:*
359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 359 class ChangeSetDetails < Struct.new( :application_id, :change_set_id, :semantic_version, :stack_id) SENSITIVE = [] include Aws::Structure end |
#semantic_version ⇒ String
The semantic version of the application:
- semver.org/][1
-
[1]: semver.org/
359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 359 class ChangeSetDetails < Struct.new( :application_id, :change_set_id, :semantic_version, :stack_id) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The unique ID of the stack.
359 360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 359 class ChangeSetDetails < Struct.new( :application_id, :change_set_id, :semantic_version, :stack_id) SENSITIVE = [] include Aws::Structure end |