Class: Aws::Types::MembershipSummary
- Inherits:
-
Object
- Object
- Aws::Types::MembershipSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#config ⇒ Types::MembershipConfig
Returns the value of attribute config.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#member_type ⇒ "USER"
Returns the value of attribute member_type.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
-
#metadata ⇒ Types::MemberMetadata
Returns the value of attribute metadata.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def agent_space_id @agent_space_id end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def application_id @application_id end |
#config ⇒ Types::MembershipConfig
Returns the value of attribute config.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def config @config end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def created_by @created_by end |
#member_type ⇒ "USER"
Returns the value of attribute member_type.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def member_type @member_type end |
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def membership_id @membership_id end |
#metadata ⇒ Types::MemberMetadata
Returns the value of attribute metadata.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def @metadata end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def updated_by @updated_by end |