Class: Aws::ElementalInference::Types::PutFeedPolicyRequest

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

#idString

The ID of the feed to attach the policy to.

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
# File 'lib/aws-sdk-elementalinference/types.rb', line 1171

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

#policyString

The resource-based policy document to attach to the feed.

Returns:

  • (String)


1171
1172
1173
1174
1175
1176
# File 'lib/aws-sdk-elementalinference/types.rb', line 1171

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