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

#channel_count::Integer

Returns the value of attribute channel_count.

Returns:

  • (::Integer)


782
783
784
# File 'sig/types.rbs', line 782

def channel_count
  @channel_count
end

#consumer_count::Integer

Returns the value of attribute consumer_count.

Returns:

  • (::Integer)


779
780
781
# File 'sig/types.rbs', line 779

def consumer_count
  @consumer_count
end

#encryption_type"NONE", "KMS"

Returns the value of attribute encryption_type.

Returns:

  • ("NONE", "KMS")


776
777
778
# File 'sig/types.rbs', line 776

def encryption_type
  @encryption_type
end

#enhanced_monitoring::Array[Types::EnhancedMetrics]

Returns the value of attribute enhanced_monitoring.

Returns:



775
776
777
# File 'sig/types.rbs', line 775

def enhanced_monitoring
  @enhanced_monitoring
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


777
778
779
# File 'sig/types.rbs', line 777

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)


781
782
783
# File 'sig/types.rbs', line 781

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)


778
779
780
# File 'sig/types.rbs', line 778

def open_shard_count
  @open_shard_count
end

#retention_period_hours::Integer

Returns the value of attribute retention_period_hours.

Returns:

  • (::Integer)


773
774
775
# File 'sig/types.rbs', line 773

def retention_period_hours
  @retention_period_hours
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def stream_arn
  @stream_arn
end

#stream_creation_timestamp::Time

Returns the value of attribute stream_creation_timestamp.

Returns:

  • (::Time)


774
775
776
# File 'sig/types.rbs', line 774

def stream_creation_timestamp
  @stream_creation_timestamp
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def stream_id
  @stream_id
end

#stream_mode_detailsTypes::StreamModeDetails

Returns the value of attribute stream_mode_details.



772
773
774
# File 'sig/types.rbs', line 772

def stream_mode_details
  @stream_mode_details
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def stream_name
  @stream_name
end

#stream_status"CREATING", ...

Returns the value of attribute stream_status.

Returns:

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


771
772
773
# File 'sig/types.rbs', line 771

def stream_status
  @stream_status
end

#warm_throughputTypes::WarmThroughputObject

Returns the value of attribute warm_throughput.



780
781
782
# File 'sig/types.rbs', line 780

def warm_throughput
  @warm_throughput
end