Class: Aws::Types::Version
- Inherits:
-
Object
- Object
- Aws::Types::Version
- 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.
472 473 474 |
# File 'sig/types.rbs', line 472 def application_id @application_id end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
473 474 475 |
# File 'sig/types.rbs', line 473 def creation_time @creation_time end |
#parameter_definitions ⇒ ::Array[Types::ParameterDefinition]
Returns the value of attribute parameter_definitions.
474 475 476 |
# File 'sig/types.rbs', line 474 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.
475 476 477 |
# File 'sig/types.rbs', line 475 def required_capabilities @required_capabilities end |
#resources_supported ⇒ Boolean
Returns the value of attribute resources_supported.
476 477 478 |
# File 'sig/types.rbs', line 476 def resources_supported @resources_supported end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
477 478 479 |
# File 'sig/types.rbs', line 477 def semantic_version @semantic_version end |
#source_code_archive_url ⇒ ::String
Returns the value of attribute source_code_archive_url.
478 479 480 |
# File 'sig/types.rbs', line 478 def source_code_archive_url @source_code_archive_url end |
#source_code_url ⇒ ::String
Returns the value of attribute source_code_url.
479 480 481 |
# File 'sig/types.rbs', line 479 def source_code_url @source_code_url end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
480 481 482 |
# File 'sig/types.rbs', line 480 def template_url @template_url end |