Class: Aws::Types::KinesisVideoStreamConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_configTypes::EncryptionConfig

Returns the value of attribute encryption_config.



4761
4762
4763
# File 'sig/types.rbs', line 4761

def encryption_config
  @encryption_config
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


4759
4760
4761
# File 'sig/types.rbs', line 4759

def prefix
  @prefix
end

#retention_period_hours::Integer

Returns the value of attribute retention_period_hours.

Returns:

  • (::Integer)


4760
4761
4762
# File 'sig/types.rbs', line 4760

def retention_period_hours
  @retention_period_hours
end