Class: Aws::Types::CreateCapacityReservationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def tags
  @tags
end

#target_dpus::Integer

Returns the value of attribute target_dpus.

Returns:

  • (::Integer)


172
173
174
# File 'sig/types.rbs', line 172

def target_dpus
  @target_dpus
end