Class: Aws::Types::CreateRoleMembershipRequest

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)


2610
2611
2612
# File 'sig/types.rbs', line 2610

def 
  @aws_account_id
end

#member_name::String

Returns the value of attribute member_name.

Returns:

  • (::String)


2609
2610
2611
# File 'sig/types.rbs', line 2609

def member_name
  @member_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


2611
2612
2613
# File 'sig/types.rbs', line 2611

def namespace
  @namespace
end

#role"ADMIN", ...

Returns the value of attribute role.

Returns:

  • ("ADMIN", "AUTHOR", "READER", "ADMIN_PRO", "AUTHOR_PRO", "READER_PRO")


2612
2613
2614
# File 'sig/types.rbs', line 2612

def role
  @role
end