Class: Aws::EC2::Types::DescribeIpamByoasnResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeIpamByoasnResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#byoasns ⇒ Array<Types::Byoasn>
ASN and BYOIP CIDR associations.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#byoasns ⇒ Array<Types::Byoasn>
ASN and BYOIP CIDR associations.
22931 22932 22933 22934 22935 22936 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22931 class DescribeIpamByoasnResult < Struct.new( :byoasns, :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.
22931 22932 22933 22934 22935 22936 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 22931 class DescribeIpamByoasnResult < Struct.new( :byoasns, :next_token) SENSITIVE = [] include Aws::Structure end |