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)


13239
13240
13241
# File 'sig/types.rbs', line 13239

def 
  @aws_account_id
end

#custom_permissions_name::String

Returns the value of attribute custom_permissions_name.

Returns:

  • (::String)


13241
13242
13243
# File 'sig/types.rbs', line 13241

def custom_permissions_name
  @custom_permissions_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


13240
13241
13242
# File 'sig/types.rbs', line 13240

def namespace
  @namespace
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


13238
13239
13240
# File 'sig/types.rbs', line 13238

def user_name
  @user_name
end