Class: Aws::Types::GetServiceGraphResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contains_old_group_versionsBoolean

Returns the value of attribute contains_old_group_versions.

Returns:

  • (Boolean)


374
375
376
# File 'sig/types.rbs', line 374

def contains_old_group_versions
  @contains_old_group_versions
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


372
373
374
# File 'sig/types.rbs', line 372

def end_time
  @end_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def next_token
  @next_token
end

#services::Array[Types::Service]

Returns the value of attribute services.

Returns:



373
374
375
# File 'sig/types.rbs', line 373

def services
  @services
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


371
372
373
# File 'sig/types.rbs', line 371

def start_time
  @start_time
end