Class: Aws::Types::UpdateStreamStorageConfigurationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def current_version
  @current_version
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def stream_name
  @stream_name
end

#stream_storage_configurationTypes::StreamStorageConfiguration

Returns the value of attribute stream_storage_configuration.



624
625
626
# File 'sig/types.rbs', line 624

def stream_storage_configuration
  @stream_storage_configuration
end