Class: Aws::ElementalInference::Types::GetFeedPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::GetFeedPolicyResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-elementalinference/types.rb', line 816 class GetFeedPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |