Class: Aws::Types::PutResourcePolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_hybrid"TRUE", "FALSE"

Returns the value of attribute enable_hybrid.

Returns:

  • ("TRUE", "FALSE")


6105
6106
6107
# File 'sig/types.rbs', line 6105

def enable_hybrid
  @enable_hybrid
end

#policy_exists_condition"MUST_EXIST", ...

Returns the value of attribute policy_exists_condition.

Returns:

  • ("MUST_EXIST", "NOT_EXIST", "NONE")


6104
6105
6106
# File 'sig/types.rbs', line 6104

def policy_exists_condition
  @policy_exists_condition
end

#policy_hash_condition::String

Returns the value of attribute policy_hash_condition.

Returns:

  • (::String)


6103
6104
6105
# File 'sig/types.rbs', line 6103

def policy_hash_condition
  @policy_hash_condition
end

#policy_in_json::String

Returns the value of attribute policy_in_json.

Returns:

  • (::String)


6101
6102
6103
# File 'sig/types.rbs', line 6101

def policy_in_json
  @policy_in_json
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


6102
6103
6104
# File 'sig/types.rbs', line 6102

def resource_arn
  @resource_arn
end