Class: Aws::Types::Pattern
- Inherits:
-
Object
- Object
- Aws::Types::Pattern
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#counters_to_aggregate ⇒ ::Array[::String]
Returns the value of attribute counters_to_aggregate.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resolution_steps ⇒ ::String
Returns the value of attribute resolution_steps.
-
#target_frames ⇒ ::Array[::Array[::String]]
Returns the value of attribute target_frames.
-
#threshold_percent ⇒ ::Float
Returns the value of attribute threshold_percent.
Instance Attribute Details
#counters_to_aggregate ⇒ ::Array[::String]
Returns the value of attribute counters_to_aggregate.
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.
304 305 306 |
# File 'sig/types.rbs', line 304 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
305 306 307 |
# File 'sig/types.rbs', line 305 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
306 307 308 |
# File 'sig/types.rbs', line 306 def name @name end |
#resolution_steps ⇒ ::String
Returns the value of attribute resolution_steps.
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.
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.
309 310 311 |
# File 'sig/types.rbs', line 309 def threshold_percent @threshold_percent end |