Class: Aws::Types::CreateArchiveRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_name::String

Returns the value of attribute analyzer_name.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def analyzer_name
  @analyzer_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def client_token
  @client_token
end

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

Returns the value of attribute filter.

Returns:



308
309
310
# File 'sig/types.rbs', line 308

def filter
  @filter
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def rule_name
  @rule_name
end