Class: Aws::EC2::Types::DescribeCapacityBlocksResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::DescribeCapacityBlocksResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #capacity_blocks  ⇒ Array<Types::CapacityBlock> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Capacity Blocks. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The token to use to retrieve the next page of results. 
Instance Attribute Details
#capacity_blocks ⇒ Array<Types::CapacityBlock>
The Capacity Blocks.
| 20939 20940 20941 20942 20943 20944 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 20939 class DescribeCapacityBlocksResult < Struct.new( :capacity_blocks, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
| 20939 20940 20941 20942 20943 20944 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 20939 class DescribeCapacityBlocksResult < Struct.new( :capacity_blocks, :next_token) SENSITIVE = [] include Aws::Structure end |