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

#delegated_admin_resource_policy::String

Returns the value of attribute delegated_admin_resource_policy.

Returns:



564
565
566
# File 'sig/types.rbs', line 564

def delegated_admin_resource_policy
  @delegated_admin_resource_policy
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:



562
563
564
# File 'sig/types.rbs', line 562

def resource_arn
  @resource_arn
end

#resource_policy::String

Returns the value of attribute resource_policy.

Returns:



563
564
565
# File 'sig/types.rbs', line 563

def resource_policy
  @resource_policy
end