Class: Aws::Types::GetRolePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


893
894
895
# File 'sig/types.rbs', line 893

def policy_name
  @policy_name
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def role_name
  @role_name
end