Class: Aws::Types::PutUserPolicyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_document::String

Returns the value of attribute policy_document.

Returns:

  • (::String)


1864
1865
1866
# File 'sig/types.rbs', line 1864

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1863
1864
1865
# File 'sig/types.rbs', line 1863

def policy_name
  @policy_name
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1862
1863
1864
# File 'sig/types.rbs', line 1862

def user_name
  @user_name
end