Class: Aws::Types::DecreaseStreamRetentionPeriodInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#retention_period_hours::Integer

Returns the value of attribute retention_period_hours.

Returns:

  • (::Integer)


161
162
163
# File 'sig/types.rbs', line 161

def retention_period_hours
  @retention_period_hours
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def stream_name
  @stream_name
end