Class: Aws::Types::GetFeedResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def arn
  @arn
end

#associationTypes::FeedAssociation

Returns the value of attribute association.



196
197
198
# File 'sig/types.rbs', line 196

def association
  @association
end

#data_endpoints::Array[::String]

Returns the value of attribute data_endpoints.

Returns:

  • (::Array[::String])


193
194
195
# File 'sig/types.rbs', line 193

def data_endpoints
  @data_endpoints
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def name
  @name
end

#outputs::Array[Types::GetOutput]

Returns the value of attribute outputs.

Returns:



194
195
196
# File 'sig/types.rbs', line 194

def outputs
  @outputs
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "AVAILABLE", "ACTIVE", "UPDATING", "DELETING", "DELETED", "ARCHIVED")


195
196
197
# File 'sig/types.rbs', line 195

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


197
198
199
# File 'sig/types.rbs', line 197

def tags
  @tags
end