Class: Aws::Types::Pattern

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#counters_to_aggregate::Array[::String]

Returns the value of attribute counters_to_aggregate.

Returns:

  • (::Array[::String])


303
304
305
# File 'sig/types.rbs', line 303

def counters_to_aggregate
  @counters_to_aggregate
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#resolution_steps::String

Returns the value of attribute resolution_steps.

Returns:

  • (::String)


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

def resolution_steps
  @resolution_steps
end

#target_frames::Array[::Array[::String]]

Returns the value of attribute target_frames.

Returns:

  • (::Array[::Array[::String]])


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

def target_frames
  @target_frames
end

#threshold_percent::Float

Returns the value of attribute threshold_percent.

Returns:

  • (::Float)


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

def threshold_percent
  @threshold_percent
end