Module: Aws::ServerlessApplicationRepository::Client::_CreateCloudFormationTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCloudFormationTemplateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #creation_time ⇒ ::String
- #expiration_time ⇒ ::String
- #semantic_version ⇒ ::String
- #status ⇒ "PREPARING", ...
- #template_id ⇒ ::String
- #template_url ⇒ ::String
Instance Method Details
#application_id ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def application_id: () -> ::String
|
#creation_time ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def creation_time: () -> ::String
|
#expiration_time ⇒ ::String
187 |
# File 'sig/client.rbs', line 187
def expiration_time: () -> ::String
|
#semantic_version ⇒ ::String
188 |
# File 'sig/client.rbs', line 188
def semantic_version: () -> ::String
|
#status ⇒ "PREPARING", ...
189 |
# File 'sig/client.rbs', line 189
def status: () -> ("PREPARING" | "ACTIVE" | "EXPIRED")
|
#template_id ⇒ ::String
190 |
# File 'sig/client.rbs', line 190
def template_id: () -> ::String
|
#template_url ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def template_url: () -> ::String
|