Class: Aws::Types::DeleteUserCustomPermissionRequest

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)


4371
4372
4373
# File 'sig/types.rbs', line 4371

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


4372
4373
4374
# File 'sig/types.rbs', line 4372

def namespace
  @namespace
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


4370
4371
4372
# File 'sig/types.rbs', line 4370

def user_name
  @user_name
end