Class: Aws::Types::AwsKinesisStreamDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsKinesisStreamDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#retention_period_hours ⇒ ::Integer
Returns the value of attribute retention_period_hours.
-
#shard_count ⇒ ::Integer
Returns the value of attribute shard_count.
-
#stream_encryption ⇒ Types::AwsKinesisStreamStreamEncryptionDetails
Returns the value of attribute stream_encryption.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3082 3083 3084 |
# File 'sig/types.rbs', line 3082 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
3081 3082 3083 |
# File 'sig/types.rbs', line 3081 def name @name end |
#retention_period_hours ⇒ ::Integer
Returns the value of attribute retention_period_hours.
3085 3086 3087 |
# File 'sig/types.rbs', line 3085 def retention_period_hours @retention_period_hours end |
#shard_count ⇒ ::Integer
Returns the value of attribute shard_count.
3084 3085 3086 |
# File 'sig/types.rbs', line 3084 def shard_count @shard_count end |
#stream_encryption ⇒ Types::AwsKinesisStreamStreamEncryptionDetails
Returns the value of attribute stream_encryption.
3083 3084 3085 |
# File 'sig/types.rbs', line 3083 def stream_encryption @stream_encryption end |