Class: Aws::ElementalInference::Types::GetFeedPolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the feed whose policy you want to retrieve.

Returns:

  • (String)


804
805
806
807
808
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 804

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