Class: Aws::Types::PutIndexPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutIndexPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
Instance Attribute Details
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def log_group_identifier @log_group_identifier end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def policy_document @policy_document end |