Class: Aws::Types::GetInvestigationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


171
172
173
# File 'sig/types.rbs', line 171

def created_time
  @created_time
end

#entity_arn::String

Returns the value of attribute entity_arn.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def entity_arn
  @entity_arn
end

#entity_type"IAM_ROLE", "IAM_USER"

Returns the value of attribute entity_type.

Returns:

  • ("IAM_ROLE", "IAM_USER")


170
171
172
# File 'sig/types.rbs', line 170

def entity_type
  @entity_type
end

#graph_arn::String

Returns the value of attribute graph_arn.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def graph_arn
  @graph_arn
end

#investigation_id::String

Returns the value of attribute investigation_id.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def investigation_id
  @investigation_id
end

#scope_end_time::Time

Returns the value of attribute scope_end_time.

Returns:

  • (::Time)


173
174
175
# File 'sig/types.rbs', line 173

def scope_end_time
  @scope_end_time
end

#scope_start_time::Time

Returns the value of attribute scope_start_time.

Returns:

  • (::Time)


172
173
174
# File 'sig/types.rbs', line 172

def scope_start_time
  @scope_start_time
end

#severity"INFORMATIONAL", ...

Returns the value of attribute severity.

Returns:

  • ("INFORMATIONAL", "LOW", "MEDIUM", "HIGH", "CRITICAL")


175
176
177
# File 'sig/types.rbs', line 175

def severity
  @severity
end

#state"ACTIVE", "ARCHIVED"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "ARCHIVED")


176
177
178
# File 'sig/types.rbs', line 176

def state
  @state
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "FAILED", "SUCCESSFUL")


174
175
176
# File 'sig/types.rbs', line 174

def status
  @status
end