Class: Aws::SecurityAgent::Types::MembershipSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::MembershipSummary
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Membership summary for list operations
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
Agent space identifier.
-
#application_id ⇒ String
Application identifier.
-
#config ⇒ Types::MembershipConfig
Configuration specific to the member type.
-
#created_at ⇒ Time
Timestamp when the membership was created (ISO 8601).
-
#created_by ⇒ String
User ID who created the membership.
-
#member_type ⇒ String
Type of member.
-
#membership_id ⇒ String
Member identifier (userId or agentSpaceId).
-
#metadata ⇒ Types::MemberMetadata
Member-specific metadata.
-
#updated_at ⇒ Time
Timestamp when the membership was last updated (ISO 8601).
-
#updated_by ⇒ String
User ID who last updated the membership.
Instance Attribute Details
#agent_space_id ⇒ String
Agent space identifier
2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2862 class MembershipSummary < Struct.new( :membership_id, :application_id, :agent_space_id, :member_type, :config, :metadata, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
Application identifier
2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2862 class MembershipSummary < Struct.new( :membership_id, :application_id, :agent_space_id, :member_type, :config, :metadata, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |
#config ⇒ Types::MembershipConfig
Configuration specific to the member type
2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2862 class MembershipSummary < Struct.new( :membership_id, :application_id, :agent_space_id, :member_type, :config, :metadata, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp when the membership was created (ISO 8601)
2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2862 class MembershipSummary < Struct.new( :membership_id, :application_id, :agent_space_id, :member_type, :config, :metadata, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
User ID who created the membership
2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2862 class MembershipSummary < Struct.new( :membership_id, :application_id, :agent_space_id, :member_type, :config, :metadata, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |
#member_type ⇒ String
Type of member
2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2862 class MembershipSummary < Struct.new( :membership_id, :application_id, :agent_space_id, :member_type, :config, :metadata, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
Member identifier (userId or agentSpaceId)
2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2862 class MembershipSummary < Struct.new( :membership_id, :application_id, :agent_space_id, :member_type, :config, :metadata, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::MemberMetadata
Member-specific metadata
2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2862 class MembershipSummary < Struct.new( :membership_id, :application_id, :agent_space_id, :member_type, :config, :metadata, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Timestamp when the membership was last updated (ISO 8601)
2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2862 class MembershipSummary < Struct.new( :membership_id, :application_id, :agent_space_id, :member_type, :config, :metadata, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
User ID who last updated the membership
2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2862 class MembershipSummary < Struct.new( :membership_id, :application_id, :agent_space_id, :member_type, :config, :metadata, :created_at, :updated_at, :created_by, :updated_by) SENSITIVE = [] include Aws::Structure end |