Class: Aws::Types::KinesisVideoStreamPoolConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:pool_arn])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp ⇒ ::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


413
414
415
# File 'sig/types.rbs', line 413

def created_timestamp
  @created_timestamp
end

#pool_arn ⇒ ::String

Returns the value of attribute pool_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETING", "FAILED")


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.

Returns:

  • (::Time)


414
415
416
# File 'sig/types.rbs', line 414

def updated_timestamp
  @updated_timestamp
end