Class: Aws::Types::UpdateAnalysisResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_id::String

Returns the value of attribute analysis_id.

Returns:

  • (::String)


12367
12368
12369
# File 'sig/types.rbs', line 12367

def analysis_id
  @analysis_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


12366
12367
12368
# File 'sig/types.rbs', line 12366

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12370
12371
12372
# File 'sig/types.rbs', line 12370

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12369
12370
12371
# File 'sig/types.rbs', line 12369

def status
  @status
end

#update_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute update_status.

Returns:

  • ("CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED")


12368
12369
12370
# File 'sig/types.rbs', line 12368

def update_status
  @update_status
end