Class: Aws::Types::GetResourcePolicyResponse

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)


1451
1452
1453
# File 'sig/types.rbs', line 1451

def policy
  @policy
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def resource_arn
  @resource_arn
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def revision_id
  @revision_id
end