Class: Aws::Types::CreateBillScenarioResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bill_intervalTypes::BillInterval

Returns the value of attribute bill_interval.

Returns:



478
479
480
# File 'sig/types.rbs', line 478

def bill_interval
  @bill_interval
end

#cost_category_group_sharing_preference_arn::String

Returns the value of attribute cost_category_group_sharing_preference_arn.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def cost_category_group_sharing_preference_arn
  @cost_category_group_sharing_preference_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


480
481
482
# File 'sig/types.rbs', line 480

def created_at
  @created_at
end

#expires_at::Time

Returns the value of attribute expires_at.

Returns:

  • (::Time)


481
482
483
# File 'sig/types.rbs', line 481

def expires_at
  @expires_at
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def failure_message
  @failure_message
end

#group_sharing_preference"OPEN", ...

Returns the value of attribute group_sharing_preference.

Returns:

  • ("OPEN", "PRIORITIZED", "RESTRICTED")


483
484
485
# File 'sig/types.rbs', line 483

def group_sharing_preference
  @group_sharing_preference
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def name
  @name
end

#status"READY", ...

Returns the value of attribute status.

Returns:

  • ("READY", "LOCKED", "FAILED", "STALE")


479
480
481
# File 'sig/types.rbs', line 479

def status
  @status
end