Class: Aws::ElementalInference::Types::AssociateFeedResponse

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

#arnString

The AWS ARN for this association.

Returns:

  • (String)


73
74
75
76
77
78
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 73

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

#idString

An ID for this response. It is unique in Elemental Inference for this AWS account.

Returns:

  • (String)


73
74
75
76
77
78
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 73

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