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)


660
661
662
# File 'sig/types.rbs', line 660

def agent_space_id
  @agent_space_id
end

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def application_id
  @application_id
end

#configTypes::MembershipConfig

Returns the value of attribute config.



663
664
665
# File 'sig/types.rbs', line 663

def config
  @config
end

#member_type"USER"

Returns the value of attribute member_type.

Returns:

  • ("USER")


662
663
664
# File 'sig/types.rbs', line 662

def member_type
  @member_type
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def membership_id
  @membership_id
end