Class: Aws::Types::GetInsightSummariesRequest

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)


300
301
302
# File 'sig/types.rbs', line 300

def end_time
  @end_time
end

#group_arn::String

Returns the value of attribute group_arn.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def group_arn
  @group_arn
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def group_name
  @group_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


301
302
303
# File 'sig/types.rbs', line 301

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


299
300
301
# File 'sig/types.rbs', line 299

def start_time
  @start_time
end

#states::Array[("ACTIVE" | "CLOSED")]

Returns the value of attribute states.

Returns:

  • (::Array[("ACTIVE" | "CLOSED")])


296
297
298
# File 'sig/types.rbs', line 296

def states
  @states
end