Class: Aws::Types::DescribeRoleCustomPermissionRequest

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)


5186
5187
5188
# File 'sig/types.rbs', line 5186

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


5187
5188
5189
# File 'sig/types.rbs', line 5187

def namespace
  @namespace
end

#role"ADMIN", ...

Returns the value of attribute role.

Returns:

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


5185
5186
5187
# File 'sig/types.rbs', line 5185

def role
  @role
end