Class: Aws::Types::ProductUserSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProductUserSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#identity_provider ⇒ Types::IdentityProvider
Returns the value of attribute identity_provider.
-
#license_expiration_date ⇒ ::String
Returns the value of attribute license_expiration_date.
-
#product ⇒ ::String
Returns the value of attribute product.
-
#product_user_arn ⇒ ::String
Returns the value of attribute product_user_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#subscription_end_date ⇒ ::String
Returns the value of attribute subscription_end_date.
-
#subscription_start_date ⇒ ::String
Returns the value of attribute subscription_start_date.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
289 290 291 |
# File 'sig/types.rbs', line 289 def domain @domain end |
#identity_provider ⇒ Types::IdentityProvider
Returns the value of attribute identity_provider.
285 286 287 |
# File 'sig/types.rbs', line 285 def identity_provider @identity_provider end |
#license_expiration_date ⇒ ::String
Returns the value of attribute license_expiration_date.
292 293 294 |
# File 'sig/types.rbs', line 292 def license_expiration_date @license_expiration_date end |
#product ⇒ ::String
Returns the value of attribute product.
284 285 286 |
# File 'sig/types.rbs', line 284 def product @product end |
#product_user_arn ⇒ ::String
Returns the value of attribute product_user_arn.
287 288 289 |
# File 'sig/types.rbs', line 287 def product_user_arn @product_user_arn end |
#status ⇒ ::String
Returns the value of attribute status.
286 287 288 |
# File 'sig/types.rbs', line 286 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
288 289 290 |
# File 'sig/types.rbs', line 288 def @status_message end |
#subscription_end_date ⇒ ::String
Returns the value of attribute subscription_end_date.
291 292 293 |
# File 'sig/types.rbs', line 291 def subscription_end_date @subscription_end_date end |
#subscription_start_date ⇒ ::String
Returns the value of attribute subscription_start_date.
290 291 292 |
# File 'sig/types.rbs', line 290 def subscription_start_date @subscription_start_date end |
#username ⇒ ::String
Returns the value of attribute username.
283 284 285 |
# File 'sig/types.rbs', line 283 def username @username end |