Class: Aws::Types::DescribeGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGroupResponse
- 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.
168 169 170 |
# File 'sig/types.rbs', line 168 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
170 171 172 |
# File 'sig/types.rbs', line 170 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
167 168 169 |
# File 'sig/types.rbs', line 167 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
165 166 167 |
# File 'sig/types.rbs', line 165 def display_name @display_name end |
#external_ids ⇒ ::Array[Types::ExternalId]
Returns the value of attribute external_ids.
166 167 168 |
# File 'sig/types.rbs', line 166 def external_ids @external_ids end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
164 165 166 |
# File 'sig/types.rbs', line 164 def group_id @group_id end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
172 173 174 |
# File 'sig/types.rbs', line 172 def identity_store_id @identity_store_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
169 170 171 |
# File 'sig/types.rbs', line 169 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
171 172 173 |
# File 'sig/types.rbs', line 171 def updated_by @updated_by end |