You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Details of the change set.

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The application Amazon Resource Name (ARN).

Returns:

  • (String)

    The application Amazon Resource Name (ARN).

#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)

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

#semantic_versionString

The semantic version of the application:

https://semver.org/

Returns:

  • (String)

    The semantic version of the application:.

#stack_idString

The unique ID of the stack.

Returns:

  • (String)

    The unique ID of the stack.