Class: Aws::Types::AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date::String

Returns the value of attribute date.

Returns:

  • (::String)


4006
4007
4008
# File 'sig/types.rbs', line 4006

def date
  @date
end

#days::Integer

Returns the value of attribute days.

Returns:

  • (::Integer)


4007
4008
4009
# File 'sig/types.rbs', line 4007

def days
  @days
end

#storage_class::String

Returns the value of attribute storage_class.

Returns:

  • (::String)


4008
4009
4010
# File 'sig/types.rbs', line 4008

def storage_class
  @storage_class
end