Class: Aws::Types::ArchiveRuleSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:



152
153
154
# File 'sig/types.rbs', line 152

def created_at
  @created_at
end

#filter::Hash[::String, Types::Criterion]

Returns the value of attribute filter.

Returns:



151
152
153
# File 'sig/types.rbs', line 151

def filter
  @filter
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def rule_name
  @rule_name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def updated_at
  @updated_at
end