Class: Aws::EC2::Types::GetIpamDiscoveredPublicAddressesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetIpamDiscoveredPublicAddressesRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address_region ⇒ String
The Amazon Web Services Region for the IP address.
-
#dry_run ⇒ Boolean
A check for whether you have the required permissions for the action without actually making the request and provides an error response.
-
#filters ⇒ Array<Types::Filter>
Filters.
-
#ipam_resource_discovery_id ⇒ String
An IPAM resource discovery ID.
-
#max_results ⇒ Integer
The maximum number of IPAM discovered public addresses to return in one page of results.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#address_region ⇒ String
The Amazon Web Services Region for the IP address.
44516 44517 44518 44519 44520 44521 44522 44523 44524 44525 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44516 class GetIpamDiscoveredPublicAddressesRequest < Struct.new( :dry_run, :ipam_resource_discovery_id, :address_region, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
A check for whether you have the required permissions for the action
without actually making the request and provides an error response.
If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
44516 44517 44518 44519 44520 44521 44522 44523 44524 44525 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44516 class GetIpamDiscoveredPublicAddressesRequest < Struct.new( :dry_run, :ipam_resource_discovery_id, :address_region, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::Filter>
Filters.
44516 44517 44518 44519 44520 44521 44522 44523 44524 44525 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44516 class GetIpamDiscoveredPublicAddressesRequest < Struct.new( :dry_run, :ipam_resource_discovery_id, :address_region, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#ipam_resource_discovery_id ⇒ String
An IPAM resource discovery ID.
44516 44517 44518 44519 44520 44521 44522 44523 44524 44525 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44516 class GetIpamDiscoveredPublicAddressesRequest < Struct.new( :dry_run, :ipam_resource_discovery_id, :address_region, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of IPAM discovered public addresses to return in one page of results.
44516 44517 44518 44519 44520 44521 44522 44523 44524 44525 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44516 class GetIpamDiscoveredPublicAddressesRequest < Struct.new( :dry_run, :ipam_resource_discovery_id, :address_region, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
44516 44517 44518 44519 44520 44521 44522 44523 44524 44525 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44516 class GetIpamDiscoveredPublicAddressesRequest < Struct.new( :dry_run, :ipam_resource_discovery_id, :address_region, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |