Class: Aws::Types::GetCommitmentPurchaseAnalysisResponse

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)


556
557
558
# File 'sig/types.rbs', line 556

def analysis_completion_time
  @analysis_completion_time
end

#analysis_detailsTypes::AnalysisDetails

Returns the value of attribute analysis_details.



561
562
563
# File 'sig/types.rbs', line 561

def analysis_details
  @analysis_details
end

#analysis_id::String

Returns the value of attribute analysis_id.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def analysis_id
  @analysis_id
end

#analysis_started_time::String

Returns the value of attribute analysis_started_time.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def analysis_started_time
  @analysis_started_time
end

#analysis_status"SUCCEEDED", ...

Returns the value of attribute analysis_status.

Returns:

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


559
560
561
# File 'sig/types.rbs', line 559

def analysis_status
  @analysis_status
end

#commitment_purchase_analysis_configurationTypes::CommitmentPurchaseAnalysisConfiguration

Returns the value of attribute commitment_purchase_analysis_configuration.



562
563
564
# File 'sig/types.rbs', line 562

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")


560
561
562
# File 'sig/types.rbs', line 560

def error_code
  @error_code
end

#estimated_completion_time::String

Returns the value of attribute estimated_completion_time.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def estimated_completion_time
  @estimated_completion_time
end