Class: Aws::Types::AnalysisSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_completion_time::String

Returns the value of attribute analysis_completion_time.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def analysis_completion_time
  @analysis_completion_time
end

#analysis_id::String

Returns the value of attribute analysis_id.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def analysis_id
  @analysis_id
end

#analysis_started_time::String

Returns the value of attribute analysis_started_time.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def analysis_started_time
  @analysis_started_time
end

#analysis_status"SUCCEEDED", ...

Returns the value of attribute analysis_status.

Returns:

  • ("SUCCEEDED", "PROCESSING", "FAILED")


25
26
27
# File 'sig/types.rbs', line 25

def analysis_status
  @analysis_status
end

#commitment_purchase_analysis_configurationTypes::CommitmentPurchaseAnalysisConfiguration

Returns the value of attribute commitment_purchase_analysis_configuration.



28
29
30
# File 'sig/types.rbs', line 28

def commitment_purchase_analysis_configuration
  @commitment_purchase_analysis_configuration
end

#error_code"NO_USAGE_FOUND", ...

Returns the value of attribute error_code.

Returns:

  • ("NO_USAGE_FOUND", "INTERNAL_FAILURE", "INVALID_SAVINGS_PLANS_TO_ADD", "INVALID_SAVINGS_PLANS_TO_EXCLUDE", "INVALID_ACCOUNT_ID")


26
27
28
# File 'sig/types.rbs', line 26

def error_code
  @error_code
end

#estimated_completion_time::String

Returns the value of attribute estimated_completion_time.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def estimated_completion_time
  @estimated_completion_time
end