Class: Aws::Types::IndexPolicy
- Inherits:
-
Object
- Object
- Aws::Types::IndexPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_update_time ⇒ ::Integer
Returns the value of attribute last_update_time.
-
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#source ⇒ "ACCOUNT", "LOG_GROUP"
Returns the value of attribute source.
Instance Attribute Details
#last_update_time ⇒ ::Integer
Returns the value of attribute last_update_time.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def last_update_time @last_update_time end |
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def log_group_identifier @log_group_identifier end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def policy_name @policy_name end |
#source ⇒ "ACCOUNT", "LOG_GROUP"
Returns the value of attribute source.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def source @source end |