Class: Aws::Types::DescribeGroupMembershipResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGroupMembershipResponse
- 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.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
-
#member_id ⇒ Types::MemberId
Returns the value of attribute member_id.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_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.
150 151 152 |
# File 'sig/types.rbs', line 150 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
152 153 154 |
# File 'sig/types.rbs', line 152 def created_by @created_by end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
148 149 150 |
# File 'sig/types.rbs', line 148 def group_id @group_id end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
146 147 148 |
# File 'sig/types.rbs', line 146 def identity_store_id @identity_store_id end |
#member_id ⇒ Types::MemberId
Returns the value of attribute member_id.
149 150 151 |
# File 'sig/types.rbs', line 149 def member_id @member_id end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
147 148 149 |
# File 'sig/types.rbs', line 147 def membership_id @membership_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
151 152 153 |
# File 'sig/types.rbs', line 151 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
153 154 155 |
# File 'sig/types.rbs', line 153 def updated_by @updated_by end |