Class: Aws::Types::UpdateUserCustomPermissionRequest

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)


12783
12784
12785
# File 'sig/types.rbs', line 12783

def 
  @aws_account_id
end

#custom_permissions_name::String

Returns the value of attribute custom_permissions_name.

Returns:

  • (::String)


12785
12786
12787
# File 'sig/types.rbs', line 12785

def custom_permissions_name
  @custom_permissions_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


12784
12785
12786
# File 'sig/types.rbs', line 12784

def namespace
  @namespace
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


12782
12783
12784
# File 'sig/types.rbs', line 12782

def user_name
  @user_name
end