Class: Aws::Types::UpdateAppInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAppInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ ::String
Returns the value of attribute app_instance_arn.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#app_instance_arn ⇒ ::String
Returns the value of attribute app_instance_arn.
501 502 503 |
# File 'sig/types.rbs', line 501 def app_instance_arn @app_instance_arn end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
503 504 505 |
# File 'sig/types.rbs', line 503 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
502 503 504 |
# File 'sig/types.rbs', line 502 def name @name end |