Class: Aws::Types::GetInsightImpactGraphResult

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.



277
278
279
# File 'sig/types.rbs', line 277

def end_time
  @end_time
end

#insight_id::String

Returns the value of attribute insight_id.



275
276
277
# File 'sig/types.rbs', line 275

def insight_id
  @insight_id
end

#next_token::String

Returns the value of attribute next_token.



281
282
283
# File 'sig/types.rbs', line 281

def next_token
  @next_token
end

#service_graph_end_time::Time

Returns the value of attribute service_graph_end_time.



279
280
281
# File 'sig/types.rbs', line 279

def service_graph_end_time
  @service_graph_end_time
end

#service_graph_start_time::Time

Returns the value of attribute service_graph_start_time.



278
279
280
# File 'sig/types.rbs', line 278

def service_graph_start_time
  @service_graph_start_time
end

#services::Array[Types::InsightImpactGraphService]

Returns the value of attribute services.



280
281
282
# File 'sig/types.rbs', line 280

def services
  @services
end

#start_time::Time

Returns the value of attribute start_time.



276
277
278
# File 'sig/types.rbs', line 276

def start_time
  @start_time
end