Class: Aws::Types::InstanceUserSummary
- Inherits:
-
Object
- Object
- Aws::Types::InstanceUserSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_date ⇒ ::String
Returns the value of attribute association_date.
-
#disassociation_date ⇒ ::String
Returns the value of attribute disassociation_date.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#identity_provider ⇒ Types::IdentityProvider
Returns the value of attribute identity_provider.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_user_arn ⇒ ::String
Returns the value of attribute instance_user_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#association_date ⇒ ::String
Returns the value of attribute association_date.
166 167 168 |
# File 'sig/types.rbs', line 166 def association_date @association_date end |
#disassociation_date ⇒ ::String
Returns the value of attribute disassociation_date.
167 168 169 |
# File 'sig/types.rbs', line 167 def disassociation_date @disassociation_date end |
#domain ⇒ ::String
Returns the value of attribute domain.
165 166 167 |
# File 'sig/types.rbs', line 165 def domain @domain end |
#identity_provider ⇒ Types::IdentityProvider
Returns the value of attribute identity_provider.
161 162 163 |
# File 'sig/types.rbs', line 161 def identity_provider @identity_provider end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
160 161 162 |
# File 'sig/types.rbs', line 160 def instance_id @instance_id end |
#instance_user_arn ⇒ ::String
Returns the value of attribute instance_user_arn.
163 164 165 |
# File 'sig/types.rbs', line 163 def instance_user_arn @instance_user_arn end |
#status ⇒ ::String
Returns the value of attribute status.
162 163 164 |
# File 'sig/types.rbs', line 162 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
164 165 166 |
# File 'sig/types.rbs', line 164 def @status_message end |
#username ⇒ ::String
Returns the value of attribute username.
159 160 161 |
# File 'sig/types.rbs', line 159 def username @username end |