Class: Aws::Types::Group
- Inherits:
-
Object
- Object
- Aws::Types::Group
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disabled_date ⇒ ::Time
Returns the value of attribute disabled_date.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#enabled_date ⇒ ::Time
Returns the value of attribute enabled_date.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
Instance Attribute Details
#disabled_date ⇒ ::Time
Returns the value of attribute disabled_date.
774 775 776 |
# File 'sig/types.rbs', line 774 def disabled_date @disabled_date end |
#email ⇒ ::String
Returns the value of attribute email.
770 771 772 |
# File 'sig/types.rbs', line 770 def email @email end |
#enabled_date ⇒ ::Time
Returns the value of attribute enabled_date.
773 774 775 |
# File 'sig/types.rbs', line 773 def enabled_date @enabled_date end |
#id ⇒ ::String
Returns the value of attribute id.
769 770 771 |
# File 'sig/types.rbs', line 769 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
771 772 773 |
# File 'sig/types.rbs', line 771 def name @name end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
772 773 774 |
# File 'sig/types.rbs', line 772 def state @state end |