Class: Aws::Types::PutPolicyOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def arn
  @arn
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def policy
  @policy
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def token
  @token
end