Class: Aws::Types::PutFeedPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutFeedPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
334 335 336 |
# File 'sig/types.rbs', line 334 def id @id end |
#policy ⇒ ::String
Returns the value of attribute policy.
335 336 337 |
# File 'sig/types.rbs', line 335 def policy @policy end |