Module: Aws::ServerlessApplicationRepository::Client::_CreateApplicationVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateApplicationVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_id ⇒ ::String
- #creation_time ⇒ ::String
- #parameter_definitions ⇒ ::Array[Types::ParameterDefinition]
- #required_capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND" | "CAPABILITY_RESOURCE_POLICY")]
- #resources_supported ⇒ Boolean
- #semantic_version ⇒ ::String
- #source_code_archive_url ⇒ ::String
- #source_code_url ⇒ ::String
- #template_url ⇒ ::String
Instance Method Details
#application_id ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def application_id: () -> ::String
|
#creation_time ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def creation_time: () -> ::String
|
#parameter_definitions ⇒ ::Array[Types::ParameterDefinition]
121 |
# File 'sig/client.rbs', line 121
def parameter_definitions: () -> ::Array[Types::ParameterDefinition]
|
#required_capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND" | "CAPABILITY_RESOURCE_POLICY")]
122 |
# File 'sig/client.rbs', line 122
def required_capabilities: () -> ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND" | "CAPABILITY_RESOURCE_POLICY")]
|
#resources_supported ⇒ Boolean
123 |
# File 'sig/client.rbs', line 123
def resources_supported: () -> bool
|
#semantic_version ⇒ ::String
124 |
# File 'sig/client.rbs', line 124
def semantic_version: () -> ::String
|
#source_code_archive_url ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def source_code_archive_url: () -> ::String
|
#source_code_url ⇒ ::String
126 |
# File 'sig/client.rbs', line 126
def source_code_url: () -> ::String
|
#template_url ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def template_url: () -> ::String
|