Class: Aws::Types::UpdateDataRetentionInput

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:



560
561
562
# File 'sig/types.rbs', line 560

def current_version
  @current_version
end

#data_retention_change_in_hours::Integer

Returns the value of attribute data_retention_change_in_hours.

Returns:



562
563
564
# File 'sig/types.rbs', line 562

def data_retention_change_in_hours
  @data_retention_change_in_hours
end

#operation"INCREASE_DATA_RETENTION", "DECREASE_DATA_RETENTION"

Returns the value of attribute operation.

Returns:



561
562
563
# File 'sig/types.rbs', line 561

def operation
  @operation
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:



559
560
561
# File 'sig/types.rbs', line 559

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:



558
559
560
# File 'sig/types.rbs', line 558

def stream_name
  @stream_name
end