Class: Aws::Types::DeleteRoleMembershipRequest

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)


4052
4053
4054
# File 'sig/types.rbs', line 4052

def 
  @aws_account_id
end

#member_name::String

Returns the value of attribute member_name.

Returns:

  • (::String)


4050
4051
4052
# File 'sig/types.rbs', line 4050

def member_name
  @member_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


4053
4054
4055
# File 'sig/types.rbs', line 4053

def namespace
  @namespace
end

#role"ADMIN", ...

Returns the value of attribute role.

Returns:

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


4051
4052
4053
# File 'sig/types.rbs', line 4051

def role
  @role
end