Class: Aws::ElementalInference::Types::GetFeedPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::GetFeedPolicyResponse
- Defined in:
- gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The resource-based policy document attached to the feed.
Instance Attribute Details
#policy ⇒ String
The resource-based policy document attached to the feed.
816 817 818 819 820 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 816 class GetFeedPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |