Class: Aws::Types::StreamInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



492
493
494
# File 'sig/types.rbs', line 492

def creation_time
  @creation_time
end

#data_retention_in_hours::Integer

Returns the value of attribute data_retention_in_hours.

Returns:



493
494
495
# File 'sig/types.rbs', line 493

def data_retention_in_hours
  @data_retention_in_hours
end

#device_name::String

Returns the value of attribute device_name.

Returns:



485
486
487
# File 'sig/types.rbs', line 485

def device_name
  @device_name
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:



489
490
491
# File 'sig/types.rbs', line 489

def kms_key_id
  @kms_key_id
end

#media_type::String

Returns the value of attribute media_type.

Returns:



488
489
490
# File 'sig/types.rbs', line 488

def media_type
  @media_type
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



491
492
493
# File 'sig/types.rbs', line 491

def status
  @status
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:



487
488
489
# File 'sig/types.rbs', line 487

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:



486
487
488
# File 'sig/types.rbs', line 486

def stream_name
  @stream_name
end

#version::String

Returns the value of attribute version.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def version
  @version
end