Class: Aws::Types::DescribeStreamStorageConfigurationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def stream_name
  @stream_name
end

#stream_storage_configurationTypes::StreamStorageConfiguration

Returns the value of attribute stream_storage_configuration.



207
208
209
# File 'sig/types.rbs', line 207

def stream_storage_configuration
  @stream_storage_configuration
end