Class: Aws::EC2::Types::DescribeCapacityBlockExtensionHistoryResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_block_extensionsArray<Types::CapacityBlockExtension>

Describes one or more of your Capacity Block extensions. The results describe only the Capacity Block extensions in the Amazon Web Services Region that you're currently using.

Returns:



21733
21734
21735
21736
21737
21738
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 21733

class DescribeCapacityBlockExtensionHistoryResult < Struct.new(
  :capacity_block_extensions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


21733
21734
21735
21736
21737
21738
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 21733

class DescribeCapacityBlockExtensionHistoryResult < Struct.new(
  :capacity_block_extensions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end