Class: Aws::Types::CreateAppInstanceUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppInstanceUserRequest
- 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.
-
#app_instance_user_id ⇒ ::String
Returns the value of attribute app_instance_user_id.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#expiration_settings ⇒ Types::ExpirationSettings
Returns the value of attribute expiration_settings.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#app_instance_arn ⇒ ::String
Returns the value of attribute app_instance_arn.
165 166 167 |
# File 'sig/types.rbs', line 165 def app_instance_arn @app_instance_arn end |
#app_instance_user_id ⇒ ::String
Returns the value of attribute app_instance_user_id.
166 167 168 |
# File 'sig/types.rbs', line 166 def app_instance_user_id @app_instance_user_id end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
169 170 171 |
# File 'sig/types.rbs', line 169 def client_request_token @client_request_token end |
#expiration_settings ⇒ Types::ExpirationSettings
Returns the value of attribute expiration_settings.
171 172 173 |
# File 'sig/types.rbs', line 171 def expiration_settings @expiration_settings end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
168 169 170 |
# File 'sig/types.rbs', line 168 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
167 168 169 |
# File 'sig/types.rbs', line 167 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
170 171 172 |
# File 'sig/types.rbs', line 170 def @tags end |