Module: Aws::ServerlessApplicationRepository::Client::_CreateCloudFormationChangeSetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCloudFormationChangeSetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #change_set_id ⇒ ::String
- #semantic_version ⇒ ::String
- #stack_id ⇒ ::String
Instance Method Details
#application_id ⇒ ::String
142 |
# File 'sig/client.rbs', line 142
def application_id: () -> ::String
|
#change_set_id ⇒ ::String
143 |
# File 'sig/client.rbs', line 143
def change_set_id: () -> ::String
|
#semantic_version ⇒ ::String
144 |
# File 'sig/client.rbs', line 144
def semantic_version: () -> ::String
|
#stack_id ⇒ ::String
145 |
# File 'sig/client.rbs', line 145
def stack_id: () -> ::String
|