Class: Aws::Types::EffectivePolicy
- Inherits:
-
Object
- Object
- Aws::Types::EffectivePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#policy_content ⇒ ::String
Returns the value of attribute policy_content.
-
#policy_type ⇒ "TAG_POLICY", ...
Returns the value of attribute policy_type.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
Instance Attribute Details
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
389 390 391 |
# File 'sig/types.rbs', line 389 def @last_updated_timestamp end |
#policy_content ⇒ ::String
Returns the value of attribute policy_content.
388 389 390 |
# File 'sig/types.rbs', line 388 def policy_content @policy_content end |
#policy_type ⇒ "TAG_POLICY", ...
Returns the value of attribute policy_type.
391 392 393 |
# File 'sig/types.rbs', line 391 def policy_type @policy_type end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
390 391 392 |
# File 'sig/types.rbs', line 390 def target_id @target_id end |