Class: Aws::Types::DescribeResourcePolicyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy ⇒ ::String

Returns the value of attribute policy.

Returns:

  • (::String)


1579
1580
1581
# File 'sig/types.rbs', line 1579

def policy
  @policy
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1578
1579
1580
# File 'sig/types.rbs', line 1578

def resource_arn
  @resource_arn
end

#revision_id ⇒ ::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def revision_id
  @revision_id
end