Class: Aws::Types::DeliveryStreamDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_timestamp::Time

Returns the value of attribute create_timestamp.

Returns:

  • (::Time)


283
284
285
# File 'sig/types.rbs', line 283

def create_timestamp
  @create_timestamp
end

#delivery_stream_arn::String

Returns the value of attribute delivery_stream_arn.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def delivery_stream_arn
  @delivery_stream_arn
end

#delivery_stream_encryption_configurationTypes::DeliveryStreamEncryptionConfiguration

Returns the value of attribute delivery_stream_encryption_configuration.



280
281
282
# File 'sig/types.rbs', line 280

def delivery_stream_encryption_configuration
  @delivery_stream_encryption_configuration
end

#delivery_stream_name::String

Returns the value of attribute delivery_stream_name.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def delivery_stream_name
  @delivery_stream_name
end

#delivery_stream_status"CREATING", ...

Returns the value of attribute delivery_stream_status.

Returns:

  • ("CREATING", "CREATING_FAILED", "DELETING", "DELETING_FAILED", "ACTIVE")


278
279
280
# File 'sig/types.rbs', line 278

def delivery_stream_status
  @delivery_stream_status
end

#delivery_stream_type"DirectPut", ...

Returns the value of attribute delivery_stream_type.

Returns:

  • ("DirectPut", "KinesisStreamAsSource", "MSKAsSource", "DatabaseAsSource")


281
282
283
# File 'sig/types.rbs', line 281

def delivery_stream_type
  @delivery_stream_type
end

#destinations::Array[Types::DestinationDescription]

Returns the value of attribute destinations.

Returns:



286
287
288
# File 'sig/types.rbs', line 286

def destinations
  @destinations
end

#failure_descriptionTypes::FailureDescription

Returns the value of attribute failure_description.



279
280
281
# File 'sig/types.rbs', line 279

def failure_description
  @failure_description
end

#has_more_destinationsBoolean

Returns the value of attribute has_more_destinations.

Returns:

  • (Boolean)


287
288
289
# File 'sig/types.rbs', line 287

def has_more_destinations
  @has_more_destinations
end

#last_update_timestamp::Time

Returns the value of attribute last_update_timestamp.

Returns:

  • (::Time)


284
285
286
# File 'sig/types.rbs', line 284

def last_update_timestamp
  @last_update_timestamp
end

#sourceTypes::SourceDescription

Returns the value of attribute source.



285
286
287
# File 'sig/types.rbs', line 285

def source
  @source
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def version_id
  @version_id
end