Class: Aws::Types::StreamDescriptionSummary
- Inherits:
-
Object
- Object
- Aws::Types::StreamDescriptionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_count ⇒ ::Integer
Returns the value of attribute channel_count.
-
#consumer_count ⇒ ::Integer
Returns the value of attribute consumer_count.
-
#encryption_type ⇒ "NONE", "KMS"
Returns the value of attribute encryption_type.
-
#enhanced_monitoring ⇒ ::Array[Types::EnhancedMetrics]
Returns the value of attribute enhanced_monitoring.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#max_record_size_in_ki_b ⇒ ::Integer
Returns the value of attribute max_record_size_in_ki_b.
-
#open_shard_count ⇒ ::Integer
Returns the value of attribute open_shard_count.
-
#retention_period_hours ⇒ ::Integer
Returns the value of attribute retention_period_hours.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#stream_mode_details ⇒ Types::StreamModeDetails
Returns the value of attribute stream_mode_details.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
-
#stream_status ⇒ "CREATING", ...
Returns the value of attribute stream_status.
-
#warm_throughput ⇒ Types::WarmThroughputObject
Returns the value of attribute warm_throughput.
Instance Attribute Details
#channel_count ⇒ ::Integer
Returns the value of attribute channel_count.
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.
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.
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.
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.
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.
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.
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.
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.
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.
774 775 776 |
# File 'sig/types.rbs', line 774 def @stream_creation_timestamp end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
770 771 772 |
# File 'sig/types.rbs', line 770 def stream_id @stream_id end |
#stream_mode_details ⇒ Types::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.
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.
771 772 773 |
# File 'sig/types.rbs', line 771 def stream_status @stream_status end |
#warm_throughput ⇒ Types::WarmThroughputObject
Returns the value of attribute warm_throughput.
780 781 782 |
# File 'sig/types.rbs', line 780 def warm_throughput @warm_throughput end |