Class: Aws::Types::StreamDescriptionSummary
- Inherits:
-
Object
- Object
- Aws::Types::StreamDescriptionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#consumer_count ⇒ ::Integer
Returns the value of attribute consumer_count.
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.
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.
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.
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.
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.
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.
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.
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.
570 571 572 |
# File 'sig/types.rbs', line 570 def @stream_creation_timestamp end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
566 567 568 |
# File 'sig/types.rbs', line 566 def stream_id @stream_id end |
#stream_mode_details ⇒ Types::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.
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.
567 568 569 |
# File 'sig/types.rbs', line 567 def stream_status @stream_status end |
#warm_throughput ⇒ Types::WarmThroughputObject
Returns the value of attribute warm_throughput.
576 577 578 |
# File 'sig/types.rbs', line 576 def warm_throughput @warm_throughput end |