Class: Aws::Types::CreateBillEstimateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bill_scenario_id::String

Returns the value of attribute bill_scenario_id.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def bill_scenario_id
  @bill_scenario_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def client_token
  @client_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


447
448
449
# File 'sig/types.rbs', line 447

def tags
  @tags
end