Class: Aws::Types::KinesisVideoStreamPoolConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KinesisVideoStreamPoolConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
-
#pool_size ⇒ ::Integer
Returns the value of attribute pool_size.
-
#pool_status ⇒ "CREATING", ...
Returns the value of attribute pool_status.
-
#stream_configuration ⇒ Types::KinesisVideoStreamConfiguration
Returns the value of attribute stream_configuration.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
413 414 415 |
# File 'sig/types.rbs', line 413 def @created_timestamp end |
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
407 408 409 |
# File 'sig/types.rbs', line 407 def pool_arn @pool_arn end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
409 410 411 |
# File 'sig/types.rbs', line 409 def pool_id @pool_id end |
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
408 409 410 |
# File 'sig/types.rbs', line 408 def pool_name @pool_name end |
#pool_size ⇒ ::Integer
Returns the value of attribute pool_size.
411 412 413 |
# File 'sig/types.rbs', line 411 def pool_size @pool_size end |
#pool_status ⇒ "CREATING", ...
Returns the value of attribute pool_status.
410 411 412 |
# File 'sig/types.rbs', line 410 def pool_status @pool_status end |
#stream_configuration ⇒ Types::KinesisVideoStreamConfiguration
Returns the value of attribute stream_configuration.
412 413 414 |
# File 'sig/types.rbs', line 412 def stream_configuration @stream_configuration end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
414 415 416 |
# File 'sig/types.rbs', line 414 def @updated_timestamp end |