Class: Aws::Types::UpdateInvestigationStateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#graph_arn::String

Returns the value of attribute graph_arn.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def graph_arn
  @graph_arn
end

#investigation_id::String

Returns the value of attribute investigation_id.

Returns:

  • (::String)


508
509
510
# File 'sig/types.rbs', line 508

def investigation_id
  @investigation_id
end

#state"ACTIVE", "ARCHIVED"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "ARCHIVED")


509
510
511
# File 'sig/types.rbs', line 509

def state
  @state
end