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")


6137
6138
6139
# File 'sig/types.rbs', line 6137

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")


6136
6137
6138
# File 'sig/types.rbs', line 6136

def policy_exists_condition
  @policy_exists_condition
end

#policy_hash_condition::String

Returns the value of attribute policy_hash_condition.

Returns:

  • (::String)


6135
6136
6137
# File 'sig/types.rbs', line 6135

def policy_hash_condition
  @policy_hash_condition
end

#policy_in_json::String

Returns the value of attribute policy_in_json.

Returns:

  • (::String)


6133
6134
6135
# File 'sig/types.rbs', line 6133

def policy_in_json
  @policy_in_json
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


6134
6135
6136
# File 'sig/types.rbs', line 6134

def resource_arn
  @resource_arn
end