Class: Aws::Types::UpdateFeedResponse

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)


335
336
337
# File 'sig/types.rbs', line 335

def arn
  @arn
end

#associationTypes::FeedAssociation

Returns the value of attribute association.



341
342
343
# File 'sig/types.rbs', line 341

def association
  @association
end

#data_endpoints::Array[::String]

Returns the value of attribute data_endpoints.

Returns:

  • (::Array[::String])


338
339
340
# File 'sig/types.rbs', line 338

def data_endpoints
  @data_endpoints
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def name
  @name
end

#outputs::Array[Types::GetOutput]

Returns the value of attribute outputs.

Returns:



339
340
341
# File 'sig/types.rbs', line 339

def outputs
  @outputs
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


340
341
342
# File 'sig/types.rbs', line 340

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


342
343
344
# File 'sig/types.rbs', line 342

def tags
  @tags
end