Class: Aws::Types::AppInstanceAdmin
- Inherits:
-
Object
- Object
- Aws::Types::AppInstanceAdmin
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin ⇒ Types::Identity
Returns the value of attribute admin.
-
#app_instance_arn ⇒ ::String
Returns the value of attribute app_instance_arn.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
Instance Attribute Details
#admin ⇒ Types::Identity
Returns the value of attribute admin.
21 22 23 |
# File 'sig/types.rbs', line 21 def admin @admin end |
#app_instance_arn ⇒ ::String
Returns the value of attribute app_instance_arn.
22 23 24 |
# File 'sig/types.rbs', line 22 def app_instance_arn @app_instance_arn end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
23 24 25 |
# File 'sig/types.rbs', line 23 def end |