Class: Aws::Types::ProvisionedCapacityDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_id::String

Returns the value of attribute capacity_id.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def capacity_id
  @capacity_id
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


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

def expiration_date
  @expiration_date
end

#start_date::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


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

def start_date
  @start_date
end