Class: Aws::Types::GuestUser
- Inherits:
-
Object
- Object
- Aws::Types::GuestUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_period ⇒ ::String
Returns the value of attribute billing_period.
-
#username ⇒ ::String
Returns the value of attribute username.
-
#username_hash ⇒ ::String
Returns the value of attribute username_hash.
Instance Attribute Details
#billing_period ⇒ ::String
Returns the value of attribute billing_period.
485 486 487 |
# File 'sig/types.rbs', line 485 def billing_period @billing_period end |
#username ⇒ ::String
Returns the value of attribute username.
486 487 488 |
# File 'sig/types.rbs', line 486 def username @username end |
#username_hash ⇒ ::String
Returns the value of attribute username_hash.
487 488 489 |
# File 'sig/types.rbs', line 487 def username_hash @username_hash end |