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

#access_role_arn::String

Returns the value of attribute access_role_arn.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def access_role_arn
  @access_role_arn
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def arn
  @arn
end

#associationTypes::FeedAssociation

Returns the value of attribute association.



445
446
447
# File 'sig/types.rbs', line 445

def association
  @association
end

#data_endpoints::Array[::String]

Returns the value of attribute data_endpoints.

Returns:

  • (::Array[::String])


441
442
443
# File 'sig/types.rbs', line 441

def data_endpoints
  @data_endpoints
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def name
  @name
end

#outputs::Array[Types::GetOutput]

Returns the value of attribute outputs.

Returns:



442
443
444
# File 'sig/types.rbs', line 442

def outputs
  @outputs
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


444
445
446
# File 'sig/types.rbs', line 444

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


446
447
448
# File 'sig/types.rbs', line 446

def tags
  @tags
end