Class: Aws::Types::AppInstance
- Inherits:
-
Object
- Object
- Aws::Types::AppInstance
- 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.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#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.
12 13 14 |
# File 'sig/types.rbs', line 12 def app_instance_arn @app_instance_arn end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
14 15 16 |
# File 'sig/types.rbs', line 14 def end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
15 16 17 |
# File 'sig/types.rbs', line 15 def end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
16 17 18 |
# File 'sig/types.rbs', line 16 def end |
#name ⇒ ::String
Returns the value of attribute name.
13 14 15 |
# File 'sig/types.rbs', line 13 def name @name end |