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)


879
880
881
# File 'sig/types.rbs', line 879

def agent_space_id
  @agent_space_id
end

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def application_id
  @application_id
end

#member_type"USER"

Returns the value of attribute member_type.

Returns:

  • ("USER")


881
882
883
# File 'sig/types.rbs', line 881

def member_type
  @member_type
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def membership_id
  @membership_id
end