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.
40844 40845 40846 40847 40848 40849 40850 40851 40852 40853 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40844 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
.
40844 40845 40846 40847 40848 40849 40850 40851 40852 40853 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40844 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.
40844 40845 40846 40847 40848 40849 40850 40851 40852 40853 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40844 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.
40844 40845 40846 40847 40848 40849 40850 40851 40852 40853 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40844 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.
40844 40845 40846 40847 40848 40849 40850 40851 40852 40853 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40844 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.
40844 40845 40846 40847 40848 40849 40850 40851 40852 40853 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40844 class GetIpamDiscoveredPublicAddressesRequest < Struct.new( :dry_run, :ipam_resource_discovery_id, :address_region, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |