Class: Aws::Types::UpdateArchiveRuleRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_name::String

Returns the value of attribute analyzer_name.



1235
1236
1237
# File 'sig/types.rbs', line 1235

def analyzer_name
  @analyzer_name
end

#client_token::String

Returns the value of attribute client_token.



1238
1239
1240
# File 'sig/types.rbs', line 1238

def client_token
  @client_token
end

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

Returns the value of attribute filter.



1237
1238
1239
# File 'sig/types.rbs', line 1237

def filter
  @filter
end

#rule_name::String

Returns the value of attribute rule_name.



1236
1237
1238
# File 'sig/types.rbs', line 1236

def rule_name
  @rule_name
end