Class: Aws::SecurityAgent::Types::DeleteMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::DeleteMembershipRequest
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Request structure for removing a single member from an agent space
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
Agent space identifier.
-
#application_id ⇒ String
Application identifier.
-
#member_type ⇒ String
Type of member (USER or AGENT_SPACE).
-
#membership_id ⇒ String
Member identifier (userId or agentSpaceId).
Instance Attribute Details
#agent_space_id ⇒ String
Agent space identifier
1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1302 class DeleteMembershipRequest < Struct.new( :application_id, :agent_space_id, :membership_id, :member_type) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
Application identifier
1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1302 class DeleteMembershipRequest < Struct.new( :application_id, :agent_space_id, :membership_id, :member_type) SENSITIVE = [] include Aws::Structure end |
#member_type ⇒ String
Type of member (USER or AGENT_SPACE)
1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1302 class DeleteMembershipRequest < Struct.new( :application_id, :agent_space_id, :membership_id, :member_type) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
Member identifier (userId or agentSpaceId)
1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1302 class DeleteMembershipRequest < Struct.new( :application_id, :agent_space_id, :membership_id, :member_type) SENSITIVE = [] include Aws::Structure end |