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)


217
218
219
# File 'sig/types.rbs', line 217

def arn
  @arn
end

#associationTypes::FeedAssociation

Returns the value of attribute association.



223
224
225
# File 'sig/types.rbs', line 223

def association
  @association
end

#data_endpoints::Array[::String]

Returns the value of attribute data_endpoints.

Returns:

  • (::Array[::String])


220
221
222
# File 'sig/types.rbs', line 220

def data_endpoints
  @data_endpoints
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def name
  @name
end

#outputs::Array[Types::GetOutput]

Returns the value of attribute outputs.

Returns:



221
222
223
# File 'sig/types.rbs', line 221

def outputs
  @outputs
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


222
223
224
# File 'sig/types.rbs', line 222

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


224
225
226
# File 'sig/types.rbs', line 224

def tags
  @tags
end