Class: Aws::Types::GetInsightImpactGraphRequest

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:



269
270
271
# File 'sig/types.rbs', line 269

def end_time
  @end_time
end

#insight_id::String

Returns the value of attribute insight_id.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def insight_id
  @insight_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:



270
271
272
# File 'sig/types.rbs', line 270

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def start_time
  @start_time
end