Class: Aws::Types::StartInvestigationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_arn::String

Returns the value of attribute entity_arn.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def entity_arn
  @entity_arn
end

#graph_arn::String

Returns the value of attribute graph_arn.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def graph_arn
  @graph_arn
end

#scope_end_time::Time

Returns the value of attribute scope_end_time.

Returns:

  • (::Time)


429
430
431
# File 'sig/types.rbs', line 429

def scope_end_time
  @scope_end_time
end

#scope_start_time::Time

Returns the value of attribute scope_start_time.

Returns:

  • (::Time)


428
429
430
# File 'sig/types.rbs', line 428

def scope_start_time
  @scope_start_time
end