Class: Aws::Types::CreateApplicationInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_instance_id_to_replace ⇒ ::String
Returns the value of attribute application_instance_id_to_replace.
-
#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.
-
#runtime_role_arn ⇒ ::String
Returns the value of attribute runtime_role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#application_instance_id_to_replace ⇒ ::String
Returns the value of attribute application_instance_id_to_replace.
53 54 55 |
# File 'sig/types.rbs', line 53 def application_instance_id_to_replace @application_instance_id_to_replace end |
#default_runtime_context_device ⇒ ::String
Returns the value of attribute default_runtime_context_device.
54 55 56 |
# File 'sig/types.rbs', line 54 def default_runtime_context_device @default_runtime_context_device end |
#description ⇒ ::String
Returns the value of attribute description.
55 56 57 |
# File 'sig/types.rbs', line 55 def description @description end |
#manifest_overrides_payload ⇒ Types::ManifestOverridesPayload
Returns the value of attribute manifest_overrides_payload.
56 57 58 |
# File 'sig/types.rbs', line 56 def manifest_overrides_payload @manifest_overrides_payload end |
#manifest_payload ⇒ Types::ManifestPayload
Returns the value of attribute manifest_payload.
57 58 59 |
# File 'sig/types.rbs', line 57 def manifest_payload @manifest_payload end |
#name ⇒ ::String
Returns the value of attribute name.
58 59 60 |
# File 'sig/types.rbs', line 58 def name @name end |
#runtime_role_arn ⇒ ::String
Returns the value of attribute runtime_role_arn.
59 60 61 |
# File 'sig/types.rbs', line 59 def runtime_role_arn @runtime_role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
60 61 62 |
# File 'sig/types.rbs', line 60 def end |