Class: Aws::Types::AppInstanceSummary
- Inherits:
-
Object
- Object
- Aws::Types::AppInstanceSummary
- 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.
55 56 57 |
# File 'sig/types.rbs', line 55 def app_instance_arn @app_instance_arn end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
57 58 59 |
# File 'sig/types.rbs', line 57 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
56 57 58 |
# File 'sig/types.rbs', line 56 def name @name end |