Class: Aws::Types::StreamDescriptionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_count::Integer

Returns the value of attribute consumer_count.

Returns:

  • (::Integer)


575
576
577
# File 'sig/types.rbs', line 575

def consumer_count
  @consumer_count
end

#encryption_type"NONE", "KMS"

Returns the value of attribute encryption_type.

Returns:

  • ("NONE", "KMS")


572
573
574
# File 'sig/types.rbs', line 572

def encryption_type
  @encryption_type
end

#enhanced_monitoring::Array[Types::EnhancedMetrics]

Returns the value of attribute enhanced_monitoring.

Returns:



571
572
573
# File 'sig/types.rbs', line 571

def enhanced_monitoring
  @enhanced_monitoring
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def key_id
  @key_id
end

#max_record_size_in_ki_b::Integer

Returns the value of attribute max_record_size_in_ki_b.

Returns:

  • (::Integer)


577
578
579
# File 'sig/types.rbs', line 577

def max_record_size_in_ki_b
  @max_record_size_in_ki_b
end

#open_shard_count::Integer

Returns the value of attribute open_shard_count.

Returns:

  • (::Integer)


574
575
576
# File 'sig/types.rbs', line 574

def open_shard_count
  @open_shard_count
end

#retention_period_hours::Integer

Returns the value of attribute retention_period_hours.

Returns:

  • (::Integer)


569
570
571
# File 'sig/types.rbs', line 569

def retention_period_hours
  @retention_period_hours
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


565
566
567
# File 'sig/types.rbs', line 565

def stream_arn
  @stream_arn
end

#stream_creation_timestamp::Time

Returns the value of attribute stream_creation_timestamp.

Returns:

  • (::Time)


570
571
572
# File 'sig/types.rbs', line 570

def stream_creation_timestamp
  @stream_creation_timestamp
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def stream_id
  @stream_id
end

#stream_mode_detailsTypes::StreamModeDetails

Returns the value of attribute stream_mode_details.



568
569
570
# File 'sig/types.rbs', line 568

def stream_mode_details
  @stream_mode_details
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


564
565
566
# File 'sig/types.rbs', line 564

def stream_name
  @stream_name
end

#stream_status"CREATING", ...

Returns the value of attribute stream_status.

Returns:

  • ("CREATING", "DELETING", "ACTIVE", "UPDATING")


567
568
569
# File 'sig/types.rbs', line 567

def stream_status
  @stream_status
end

#warm_throughputTypes::WarmThroughputObject

Returns the value of attribute warm_throughput.



576
577
578
# File 'sig/types.rbs', line 576

def warm_throughput
  @warm_throughput
end