Class: Aws::Types::UpdateRoleCustomPermissionRequest

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)


12493
12494
12495
# File 'sig/types.rbs', line 12493

def 
  @aws_account_id
end

#custom_permissions_name::String

Returns the value of attribute custom_permissions_name.

Returns:

  • (::String)


12491
12492
12493
# File 'sig/types.rbs', line 12491

def custom_permissions_name
  @custom_permissions_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


12494
12495
12496
# File 'sig/types.rbs', line 12494

def namespace
  @namespace
end

#role"ADMIN", ...

Returns the value of attribute role.

Returns:

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


12492
12493
12494
# File 'sig/types.rbs', line 12492

def role
  @role
end