Module: Aws::ServerlessApplicationRepository::Client::_GetCloudFormationTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCloudFormationTemplateResponse]
- 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
241 |
# File 'sig/client.rbs', line 241 def application_id: () -> ::String |
#creation_time ⇒ ::String
242 |
# File 'sig/client.rbs', line 242 def creation_time: () -> ::String |
#expiration_time ⇒ ::String
243 |
# File 'sig/client.rbs', line 243 def expiration_time: () -> ::String |
#semantic_version ⇒ ::String
244 |
# File 'sig/client.rbs', line 244 def semantic_version: () -> ::String |
#status ⇒ "PREPARING", ...
245 |
# File 'sig/client.rbs', line 245 def status: () -> ("PREPARING" | "ACTIVE" | "EXPIRED") |
#template_id ⇒ ::String
246 |
# File 'sig/client.rbs', line 246 def template_id: () -> ::String |
#template_url ⇒ ::String
247 |
# File 'sig/client.rbs', line 247 def template_url: () -> ::String |