Class: Aws::Types::CreateApplicationVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#parameter_definitions ⇒ ::Array[Types::ParameterDefinition]
Returns the value of attribute parameter_definitions.
-
#required_capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND" | "CAPABILITY_RESOURCE_POLICY")]
Returns the value of attribute required_capabilities.
-
#resources_supported ⇒ Boolean
Returns the value of attribute resources_supported.
-
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
-
#source_code_archive_url ⇒ ::String
Returns the value of attribute source_code_archive_url.
-
#source_code_url ⇒ ::String
Returns the value of attribute source_code_url.
-
#template_url ⇒ ::String
Returns the value of attribute template_url.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
171 172 173 |
# File 'sig/types.rbs', line 171 def application_id @application_id end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
172 173 174 |
# File 'sig/types.rbs', line 172 def creation_time @creation_time end |
#parameter_definitions ⇒ ::Array[Types::ParameterDefinition]
Returns the value of attribute parameter_definitions.
173 174 175 |
# File 'sig/types.rbs', line 173 def parameter_definitions @parameter_definitions end |
#required_capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND" | "CAPABILITY_RESOURCE_POLICY")]
Returns the value of attribute required_capabilities.
174 175 176 |
# File 'sig/types.rbs', line 174 def required_capabilities @required_capabilities end |
#resources_supported ⇒ Boolean
Returns the value of attribute resources_supported.
175 176 177 |
# File 'sig/types.rbs', line 175 def resources_supported @resources_supported end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
176 177 178 |
# File 'sig/types.rbs', line 176 def semantic_version @semantic_version end |
#source_code_archive_url ⇒ ::String
Returns the value of attribute source_code_archive_url.
177 178 179 |
# File 'sig/types.rbs', line 177 def source_code_archive_url @source_code_archive_url end |
#source_code_url ⇒ ::String
Returns the value of attribute source_code_url.
178 179 180 |
# File 'sig/types.rbs', line 178 def source_code_url @source_code_url end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
179 180 181 |
# File 'sig/types.rbs', line 179 def template_url @template_url end |