Class: Aws::Types::Member
- Inherits:
-
Object
- Object
- Aws::Types::Member
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disabled_date ⇒ ::Time
Returns the value of attribute disabled_date.
-
#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.
-
#type ⇒ "GROUP", "USER"
Returns the value of attribute type.
Instance Attribute Details
#disabled_date ⇒ ::Time
Returns the value of attribute disabled_date.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def disabled_date @disabled_date end |
#enabled_date ⇒ ::Time
Returns the value of attribute enabled_date.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def enabled_date @enabled_date end |
#id ⇒ ::String
Returns the value of attribute id.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def name @name end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def state @state end |
#type ⇒ "GROUP", "USER"
Returns the value of attribute type.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def type @type end |