Class: Aws::Types::CreateWorkloadEstimateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def client_token
  @client_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def name
  @name
end

#rate_type"BEFORE_DISCOUNTS", ...

Returns the value of attribute rate_type.

Returns:

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


491
492
493
# File 'sig/types.rbs', line 491

def rate_type
  @rate_type
end

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

Returns the value of attribute tags.

Returns:

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


492
493
494
# File 'sig/types.rbs', line 492

def tags
  @tags
end