Class: Aws::Types::GetInsightRuleReportInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


427
428
429
# File 'sig/types.rbs', line 427

def metrics
  @metrics
end

#order_by::String

Returns the value of attribute order_by.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def order_by
  @order_by
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


425
426
427
# File 'sig/types.rbs', line 425

def period
  @period
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


423
424
425
# File 'sig/types.rbs', line 423

def start_time
  @start_time
end