Class: Aws::Types::DescribeApplicationInstanceDetailsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationInstanceDetailsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_instance_id ⇒ ::String
Returns the value of attribute application_instance_id.
-
#application_instance_id_to_replace ⇒ ::String
Returns the value of attribute application_instance_id_to_replace.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#default_runtime_context_device ⇒ ::String
Returns the value of attribute default_runtime_context_device.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#manifest_overrides_payload ⇒ Types::ManifestOverridesPayload
Returns the value of attribute manifest_overrides_payload.
-
#manifest_payload ⇒ Types::ManifestPayload
Returns the value of attribute manifest_payload.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#application_instance_id ⇒ ::String
Returns the value of attribute application_instance_id.
161 162 163 |
# File 'sig/types.rbs', line 161 def application_instance_id @application_instance_id end |
#application_instance_id_to_replace ⇒ ::String
Returns the value of attribute application_instance_id_to_replace.
162 163 164 |
# File 'sig/types.rbs', line 162 def application_instance_id_to_replace @application_instance_id_to_replace end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
163 164 165 |
# File 'sig/types.rbs', line 163 def created_time @created_time end |
#default_runtime_context_device ⇒ ::String
Returns the value of attribute default_runtime_context_device.
164 165 166 |
# File 'sig/types.rbs', line 164 def default_runtime_context_device @default_runtime_context_device end |
#description ⇒ ::String
Returns the value of attribute description.
165 166 167 |
# File 'sig/types.rbs', line 165 def description @description end |
#manifest_overrides_payload ⇒ Types::ManifestOverridesPayload
Returns the value of attribute manifest_overrides_payload.
166 167 168 |
# File 'sig/types.rbs', line 166 def manifest_overrides_payload @manifest_overrides_payload end |
#manifest_payload ⇒ Types::ManifestPayload
Returns the value of attribute manifest_payload.
167 168 169 |
# File 'sig/types.rbs', line 167 def manifest_payload @manifest_payload end |
#name ⇒ ::String
Returns the value of attribute name.
168 169 170 |
# File 'sig/types.rbs', line 168 def name @name end |