Class: Aws::SecurityAgent::Types::CreateMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::CreateMembershipRequest
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Request structure for adding a single member to an agent space.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the agent space to grant access to.
-
#application_id ⇒ String
The unique identifier of the application that contains the agent space.
-
#config ⇒ Types::MembershipConfig
The configuration for the membership, such as the user role.
-
#member_type ⇒ String
The type of member.
-
#membership_id ⇒ String
The unique identifier for the membership.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space to grant access to.
1653 1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1653 class CreateMembershipRequest < Struct.new( :application_id, :agent_space_id, :membership_id, :member_type, :config) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
The unique identifier of the application that contains the agent space.
1653 1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1653 class CreateMembershipRequest < Struct.new( :application_id, :agent_space_id, :membership_id, :member_type, :config) SENSITIVE = [] include Aws::Structure end |
#config ⇒ Types::MembershipConfig
The configuration for the membership, such as the user role.
1653 1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1653 class CreateMembershipRequest < Struct.new( :application_id, :agent_space_id, :membership_id, :member_type, :config) SENSITIVE = [] include Aws::Structure end |
#member_type ⇒ String
The type of member. Currently, only USER is supported.
1653 1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1653 class CreateMembershipRequest < Struct.new( :application_id, :agent_space_id, :membership_id, :member_type, :config) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
The unique identifier for the membership.
1653 1654 1655 1656 1657 1658 1659 1660 1661 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1653 class CreateMembershipRequest < Struct.new( :application_id, :agent_space_id, :membership_id, :member_type, :config) SENSITIVE = [] include Aws::Structure end |