Module: Aws::Detective::Client::_GetInvestigationResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetInvestigationResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_time::Time

Returns:

  • (::Time)


189
# File 'sig/client.rbs', line 189

def created_time: () -> ::Time

#entity_arn::String

Returns:

  • (::String)


187
# File 'sig/client.rbs', line 187

def entity_arn: () -> ::String

#entity_type"IAM_ROLE", "IAM_USER"

Returns:

  • ("IAM_ROLE", "IAM_USER")


188
# File 'sig/client.rbs', line 188

def entity_type: () -> ("IAM_ROLE" | "IAM_USER")

#graph_arn::String

Returns:

  • (::String)


185
# File 'sig/client.rbs', line 185

def graph_arn: () -> ::String

#investigation_id::String

Returns:

  • (::String)


186
# File 'sig/client.rbs', line 186

def investigation_id: () -> ::String

#scope_end_time::Time

Returns:

  • (::Time)


191
# File 'sig/client.rbs', line 191

def scope_end_time: () -> ::Time

#scope_start_time::Time

Returns:

  • (::Time)


190
# File 'sig/client.rbs', line 190

def scope_start_time: () -> ::Time

#severity"INFORMATIONAL", ...

Returns:

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


193
# File 'sig/client.rbs', line 193

def severity: () -> ("INFORMATIONAL" | "LOW" | "MEDIUM" | "HIGH" | "CRITICAL")

#state"ACTIVE", "ARCHIVED"

Returns:

  • ("ACTIVE", "ARCHIVED")


194
# File 'sig/client.rbs', line 194

def state: () -> ("ACTIVE" | "ARCHIVED")

#status"RUNNING", ...

Returns:

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


192
# File 'sig/client.rbs', line 192

def status: () -> ("RUNNING" | "FAILED" | "SUCCESSFUL")