Class: Aws::Types::CreateMembershipRequest

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)


684
685
686
# File 'sig/types.rbs', line 684

def agent_space_id
  @agent_space_id
end

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def application_id
  @application_id
end

#configTypes::MembershipConfig

Returns the value of attribute config.



687
688
689
# File 'sig/types.rbs', line 687

def config
  @config
end

#member_type"USER"

Returns the value of attribute member_type.

Returns:

  • ("USER")


686
687
688
# File 'sig/types.rbs', line 686

def member_type
  @member_type
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


685
686
687
# File 'sig/types.rbs', line 685

def membership_id
  @membership_id
end