Class: Aws::Types::InvestigationDetail

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)


235
236
237
# File 'sig/types.rbs', line 235

def created_time
  @created_time
end

#entity_arn::String

Returns the value of attribute entity_arn.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def entity_arn
  @entity_arn
end

#entity_type"IAM_ROLE", "IAM_USER"

Returns the value of attribute entity_type.

Returns:

  • ("IAM_ROLE", "IAM_USER")


237
238
239
# File 'sig/types.rbs', line 237

def entity_type
  @entity_type
end

#investigation_id::String

Returns the value of attribute investigation_id.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def investigation_id
  @investigation_id
end

#severity"INFORMATIONAL", ...

Returns the value of attribute severity.

Returns:

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


232
233
234
# File 'sig/types.rbs', line 232

def severity
  @severity
end

#state"ACTIVE", "ARCHIVED"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "ARCHIVED")


234
235
236
# File 'sig/types.rbs', line 234

def state
  @state
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

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


233
234
235
# File 'sig/types.rbs', line 233

def status
  @status
end