Class: Aws::ServerlessApplicationRepository::Types::ChangeSetDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb

Overview

Details of the change set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application Amazon Resource Name (ARN).

Returns:

  • (String)


359
360
361
362
363
364
365
366
# File 'gems/aws-sdk-serverlessapplicationrepository/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_idString

The Amazon Resource Name (ARN) of the change set.

Length constraints: Minimum length of 1.

Pattern: ARN:[-a-zA-Z0-9:/]*

Returns:

  • (String)


359
360
361
362
363
364
365
366
# File 'gems/aws-sdk-serverlessapplicationrepository/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_versionString

The semantic version of the application:

https://semver.org/

Returns:

  • (String)


359
360
361
362
363
364
365
366
# File 'gems/aws-sdk-serverlessapplicationrepository/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_idString

The unique ID of the stack.

Returns:

  • (String)


359
360
361
362
363
364
365
366
# File 'gems/aws-sdk-serverlessapplicationrepository/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