Class: Aws::Types::StreamInfo
- Inherits:
-
Object
- Object
- Aws::Types::StreamInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#files ⇒ ::Array[Types::StreamFile]
Returns the value of attribute files.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#stream_version ⇒ ::Integer
Returns the value of attribute stream_version.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4654 4655 4656 |
# File 'sig/types.rbs', line 4654 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4652 4653 4654 |
# File 'sig/types.rbs', line 4652 def description @description end |
#files ⇒ ::Array[Types::StreamFile]
Returns the value of attribute files.
4653 4654 4655 |
# File 'sig/types.rbs', line 4653 def files @files end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
4655 4656 4657 |
# File 'sig/types.rbs', line 4655 def last_updated_at @last_updated_at end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4656 4657 4658 |
# File 'sig/types.rbs', line 4656 def role_arn @role_arn end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
4650 4651 4652 |
# File 'sig/types.rbs', line 4650 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
4649 4650 4651 |
# File 'sig/types.rbs', line 4649 def stream_id @stream_id end |
#stream_version ⇒ ::Integer
Returns the value of attribute stream_version.
4651 4652 4653 |
# File 'sig/types.rbs', line 4651 def stream_version @stream_version end |