Class: Aws::Types::GetServiceGraphRequest

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)


363
364
365
# File 'sig/types.rbs', line 363

def end_time
  @end_time
end

#group_arn::String

Returns the value of attribute group_arn.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def group_arn
  @group_arn
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def group_name
  @group_name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


362
363
364
# File 'sig/types.rbs', line 362

def start_time
  @start_time
end