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)


4197
4198
4199
# File 'sig/types.rbs', line 4197

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


4198
4199
4200
# File 'sig/types.rbs', line 4198

def namespace
  @namespace
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


4196
4197
4198
# File 'sig/types.rbs', line 4196

def user_name
  @user_name
end