Class: Aws::Types::DeleteMembershipRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def agent_space_id
  @agent_space_id
end

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def application_id
  @application_id
end

#member_type"USER"

Returns the value of attribute member_type.

Returns:

  • ("USER")


888
889
890
# File 'sig/types.rbs', line 888

def member_type
  @member_type
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def membership_id
  @membership_id
end