Class: Aws::Types::GetInsightRuleReportInput
- Inherits:
-
Object
- Object
- Aws::Types::GetInsightRuleReportInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#max_contributor_count ⇒ ::Integer
Returns the value of attribute max_contributor_count.
-
#metrics ⇒ ::Array[::String]
Returns the value of attribute metrics.
-
#order_by ⇒ ::String
Returns the value of attribute order_by.
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
424 425 426 |
# File 'sig/types.rbs', line 424 def end_time @end_time end |
#max_contributor_count ⇒ ::Integer
Returns the value of attribute max_contributor_count.
426 427 428 |
# File 'sig/types.rbs', line 426 def max_contributor_count @max_contributor_count end |
#metrics ⇒ ::Array[::String]
Returns the value of attribute metrics.
427 428 429 |
# File 'sig/types.rbs', line 427 def metrics @metrics end |
#order_by ⇒ ::String
Returns the value of attribute order_by.
428 429 430 |
# File 'sig/types.rbs', line 428 def order_by @order_by end |
#period ⇒ ::Integer
Returns the value of attribute period.
425 426 427 |
# File 'sig/types.rbs', line 425 def period @period end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
422 423 424 |
# File 'sig/types.rbs', line 422 def rule_name @rule_name end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
423 424 425 |
# File 'sig/types.rbs', line 423 def start_time @start_time end |