Class: Aws::Types::KinesisVideoStreamPoolSummary
- Inherits:
-
Object
- Object
- Aws::Types::KinesisVideoStreamPoolSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#pool_arn ⇒ ::String
Returns the value of attribute pool_arn.
421 422 423 |
# File 'sig/types.rbs', line 421 def pool_arn @pool_arn end |
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
420 421 422 |
# File 'sig/types.rbs', line 420 def pool_id @pool_id end |
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
419 420 421 |
# File 'sig/types.rbs', line 419 def pool_name @pool_name end |