Class: Aws::Types::AppInstanceUserSummary
- Inherits:
-
Object
- Object
- Aws::Types::AppInstanceUserSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_instance_user_arn ⇒ ::String
Returns the value of attribute app_instance_user_arn.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#app_instance_user_arn ⇒ ::String
Returns the value of attribute app_instance_user_arn.
96 97 98 |
# File 'sig/types.rbs', line 96 def app_instance_user_arn @app_instance_user_arn end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
98 99 100 |
# File 'sig/types.rbs', line 98 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
97 98 99 |
# File 'sig/types.rbs', line 97 def name @name end |