Class: Aws::Types::PutRolePolicyRequest

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)


1851
1852
1853
# File 'sig/types.rbs', line 1851

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


1850
1851
1852
# File 'sig/types.rbs', line 1850

def policy_name
  @policy_name
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


1849
1850
1851
# File 'sig/types.rbs', line 1849

def role_name
  @role_name
end