Class: Aws::Types::AppInstanceUser
- Inherits:
-
Object
- Object
- Aws::Types::AppInstanceUser
- 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.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#expiration_settings ⇒ Types::ExpirationSettings
Returns the value of attribute expiration_settings.
-
#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_user_arn ⇒ ::String
Returns the value of attribute app_instance_user_arn.
62 63 64 |
# File 'sig/types.rbs', line 62 def app_instance_user_arn @app_instance_user_arn end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
65 66 67 |
# File 'sig/types.rbs', line 65 def end |
#expiration_settings ⇒ Types::ExpirationSettings
Returns the value of attribute expiration_settings.
67 68 69 |
# File 'sig/types.rbs', line 67 def expiration_settings @expiration_settings end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
66 67 68 |
# File 'sig/types.rbs', line 66 def end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
64 65 66 |
# File 'sig/types.rbs', line 64 def end |
#name ⇒ ::String
Returns the value of attribute name.
63 64 65 |
# File 'sig/types.rbs', line 63 def name @name end |