Class: Aws::Types::CreateGroupMembershipRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2445
2446
2447
# File 'sig/types.rbs', line 2445

def 
  @aws_account_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


2444
2445
2446
# File 'sig/types.rbs', line 2444

def group_name
  @group_name
end

#member_name::String

Returns the value of attribute member_name.

Returns:

  • (::String)


2443
2444
2445
# File 'sig/types.rbs', line 2443

def member_name
  @member_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


2446
2447
2448
# File 'sig/types.rbs', line 2446

def namespace
  @namespace
end