Class: Aws::Types::GetResourcePolicyResult

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)


1854
1855
1856
# File 'sig/types.rbs', line 1854

def policy_document
  @policy_document
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1853
1854
1855
# File 'sig/types.rbs', line 1853

def resource_arn
  @resource_arn
end