Class: Aws::Types::PutResourcePolicyResponse

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:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def delegated_admin_resource_policy
  @delegated_admin_resource_policy
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def resource_arn
  @resource_arn
end

#resource_policy::String

Returns the value of attribute resource_policy.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def resource_policy
  @resource_policy
end