Class: Aws::Types::CreateStreamInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_retention_in_hours::Integer

Returns the value of attribute data_retention_in_hours.

Returns:

  • (::Integer)


66
67
68
# File 'sig/types.rbs', line 66

def data_retention_in_hours
  @data_retention_in_hours
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def device_name
  @device_name
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def kms_key_id
  @kms_key_id
end

#media_type::String

Returns the value of attribute media_type.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def media_type
  @media_type
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def stream_name
  @stream_name
end

#stream_storage_configurationTypes::StreamStorageConfiguration

Returns the value of attribute stream_storage_configuration.



68
69
70
# File 'sig/types.rbs', line 68

def stream_storage_configuration
  @stream_storage_configuration
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


67
68
69
# File 'sig/types.rbs', line 67

def tags
  @tags
end