Class: Aws::ElementalInference::Types::GetFeedPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elementalinference/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The resource-based policy document attached to the feed.

Returns:



816
817
818
819
820
# File 'lib/aws-sdk-elementalinference/types.rb', line 816

class GetFeedPolicyResponse < Struct.new(
  :policy)
  SENSITIVE = []
  include Aws::Structure
end