Class: Aws::Types::StreamDescription
- Inherits:
-
Object
- Object
- Aws::Types::StreamDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ "NONE", "KMS"
Returns the value of attribute encryption_type.
-
#enhanced_monitoring ⇒ ::Array[Types::EnhancedMetrics]
Returns the value of attribute enhanced_monitoring.
-
#has_more_shards ⇒ Boolean
Returns the value of attribute has_more_shards.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#retention_period_hours ⇒ ::Integer
Returns the value of attribute retention_period_hours.
-
#shards ⇒ ::Array[Types::Shard]
Returns the value of attribute shards.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
-
#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.
Instance Attribute Details
#encryption_type ⇒ "NONE", "KMS"
Returns the value of attribute encryption_type.
762 763 764 |
# File 'sig/types.rbs', line 762 def encryption_type @encryption_type end |
#enhanced_monitoring ⇒ ::Array[Types::EnhancedMetrics]
Returns the value of attribute enhanced_monitoring.
761 762 763 |
# File 'sig/types.rbs', line 761 def enhanced_monitoring @enhanced_monitoring end |
#has_more_shards ⇒ Boolean
Returns the value of attribute has_more_shards.
758 759 760 |
# File 'sig/types.rbs', line 758 def has_more_shards @has_more_shards end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
763 764 765 |
# File 'sig/types.rbs', line 763 def key_id @key_id end |
#retention_period_hours ⇒ ::Integer
Returns the value of attribute retention_period_hours.
759 760 761 |
# File 'sig/types.rbs', line 759 def retention_period_hours @retention_period_hours end |
#shards ⇒ ::Array[Types::Shard]
Returns the value of attribute shards.
757 758 759 |
# File 'sig/types.rbs', line 757 def shards @shards end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
754 755 756 |
# File 'sig/types.rbs', line 754 def stream_arn @stream_arn end |
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
760 761 762 |
# File 'sig/types.rbs', line 760 def @stream_creation_timestamp end |
#stream_mode_details ⇒ Types::StreamModeDetails
Returns the value of attribute stream_mode_details.
756 757 758 |
# File 'sig/types.rbs', line 756 def stream_mode_details @stream_mode_details end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
753 754 755 |
# File 'sig/types.rbs', line 753 def stream_name @stream_name end |
#stream_status ⇒ "CREATING", ...
Returns the value of attribute stream_status.
755 756 757 |
# File 'sig/types.rbs', line 755 def stream_status @stream_status end |