Class: Aws::Types::Group
- Inherits:
-
Object
- Object
- Aws::Types::Group
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#external_ids ⇒ ::Array[Types::ExternalId]
Returns the value of attribute external_ids.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
274 275 276 |
# File 'sig/types.rbs', line 274 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
276 277 278 |
# File 'sig/types.rbs', line 276 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
273 274 275 |
# File 'sig/types.rbs', line 273 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
271 272 273 |
# File 'sig/types.rbs', line 271 def display_name @display_name end |
#external_ids ⇒ ::Array[Types::ExternalId]
Returns the value of attribute external_ids.
272 273 274 |
# File 'sig/types.rbs', line 272 def external_ids @external_ids end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
270 271 272 |
# File 'sig/types.rbs', line 270 def group_id @group_id end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
278 279 280 |
# File 'sig/types.rbs', line 278 def identity_store_id @identity_store_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
275 276 277 |
# File 'sig/types.rbs', line 275 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
277 278 279 |
# File 'sig/types.rbs', line 277 def updated_by @updated_by end |