Class: Aws::Types::CreateAppInstanceAdminResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppInstanceAdminResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_instance_admin ⇒ Types::Identity
Returns the value of attribute app_instance_admin.
-
#app_instance_arn ⇒ ::String
Returns the value of attribute app_instance_arn.
Instance Attribute Details
#app_instance_admin ⇒ Types::Identity
Returns the value of attribute app_instance_admin.
131 132 133 |
# File 'sig/types.rbs', line 131 def app_instance_admin @app_instance_admin end |
#app_instance_arn ⇒ ::String
Returns the value of attribute app_instance_arn.
132 133 134 |
# File 'sig/types.rbs', line 132 def app_instance_arn @app_instance_arn end |