You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::EC2::Types::DescribeDhcpOptionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeDhcpOptionsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Instance Attribute Summary collapse
-
#dhcp_options ⇒ Array<Types::DhcpOptions>
Information about one or more DHCP options sets.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#dhcp_options ⇒ Array<Types::DhcpOptions>
Information about one or more DHCP options sets.
12149 12150 12151 12152 12153 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12149 class DescribeDhcpOptionsResult < Struct.new( :dhcp_options, :next_token) 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.
12149 12150 12151 12152 12153 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12149 class DescribeDhcpOptionsResult < Struct.new( :dhcp_options, :next_token) include Aws::Structure end |