Class: Aws::Types::PurchaseCapacityBlockRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_block_offering_id::String

Returns the value of attribute capacity_block_offering_id.

Returns:

  • (::String)


15453
15454
15455
# File 'sig/types.rbs', line 15453

def capacity_block_offering_id
  @capacity_block_offering_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


15451
15452
15453
# File 'sig/types.rbs', line 15451

def dry_run
  @dry_run
end

#instance_platform"Linux/UNIX", ...

Returns the value of attribute instance_platform.

Returns:

  • ("Linux/UNIX", "Red Hat Enterprise Linux", "SUSE Linux", "Windows", "Windows with SQL Server", "Windows with SQL Server Enterprise", "Windows with SQL Server Standard", "Windows with SQL Server Web", "Linux with SQL Server Standard", "Linux with SQL Server Web", "Linux with SQL Server Enterprise", "RHEL with SQL Server Standard", "RHEL with SQL Server Enterprise", "RHEL with SQL Server Web", "RHEL with HA", "RHEL with HA and SQL Server Standard", "RHEL with HA and SQL Server Enterprise", "Ubuntu Pro")


15454
15455
15456
# File 'sig/types.rbs', line 15454

def instance_platform
  @instance_platform
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



15452
15453
15454
# File 'sig/types.rbs', line 15452

def tag_specifications
  @tag_specifications
end