Class: Aws::SecurityAgent::Types::CreateMembershipRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_space_idString

The unique identifier of the agent space to grant access to.

Returns:

  • (String)


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_idString

The unique identifier of the application that contains the agent space.

Returns:

  • (String)


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

#configTypes::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_typeString

The type of member. Currently, only USER is supported.

Returns:

  • (String)


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_idString

The unique identifier for the membership.

Returns:

  • (String)


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