Class: Aws::Types::GetRolePolicyResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#policy_document::String

Returns the value of attribute policy_document.



900
901
902
# File 'sig/types.rbs', line 900

def policy_document
  @policy_document
end

#policy_name::String

Returns the value of attribute policy_name.



899
900
901
# File 'sig/types.rbs', line 899

def policy_name
  @policy_name
end

#role_name::String

Returns the value of attribute role_name.



898
899
900
# File 'sig/types.rbs', line 898

def role_name
  @role_name
end