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.
40264 40265 40266 40267 40268 40269 40270 40271 40272 40273 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40264 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
.
40264 40265 40266 40267 40268 40269 40270 40271 40272 40273 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40264 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.
40264 40265 40266 40267 40268 40269 40270 40271 40272 40273 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40264 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.
40264 40265 40266 40267 40268 40269 40270 40271 40272 40273 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40264 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.
40264 40265 40266 40267 40268 40269 40270 40271 40272 40273 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40264 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.
40264 40265 40266 40267 40268 40269 40270 40271 40272 40273 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40264 class GetIpamDiscoveredPublicAddressesRequest < Struct.new( :dry_run, :ipam_resource_discovery_id, :address_region, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |