Class: Aws::Types::GetWorkloadEstimateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cost_currency"USD"

Returns the value of attribute cost_currency.

Returns:

  • ("USD")


624
625
626
# File 'sig/types.rbs', line 624

def cost_currency
  @cost_currency
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


618
619
620
# File 'sig/types.rbs', line 618

def created_at
  @created_at
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


619
620
621
# File 'sig/types.rbs', line 619

def expires_at
  @expires_at
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def failure_message
  @failure_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


616
617
618
# File 'sig/types.rbs', line 616

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def name
  @name
end

#rate_timestamp::Time

Returns the value of attribute rate_timestamp.

Returns:

  • (::Time)


621
622
623
# File 'sig/types.rbs', line 621

def rate_timestamp
  @rate_timestamp
end

#rate_type"BEFORE_DISCOUNTS", ...

Returns the value of attribute rate_type.

Returns:

  • ("BEFORE_DISCOUNTS", "AFTER_DISCOUNTS", "AFTER_DISCOUNTS_AND_COMMITMENTS")


620
621
622
# File 'sig/types.rbs', line 620

def rate_type
  @rate_type
end

#status"UPDATING", ...

Returns the value of attribute status.

Returns:

  • ("UPDATING", "VALID", "INVALID", "ACTION_NEEDED")


622
623
624
# File 'sig/types.rbs', line 622

def status
  @status
end

#total_cost::Float

Returns the value of attribute total_cost.

Returns:

  • (::Float)


623
624
625
# File 'sig/types.rbs', line 623

def total_cost
  @total_cost
end