Class: Aws::EC2::Types::GetIpamAddressHistoryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetIpamAddressHistoryRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr ⇒ String
The CIDR you want the history of.
-
#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.
-
#end_time ⇒ Time
The end of the time period for which you are looking for history.
-
#ipam_scope_id ⇒ String
The ID of the IPAM scope that the CIDR is in.
-
#max_results ⇒ Integer
The maximum number of historical results you would like returned per page.
-
#next_token ⇒ String
The token for the next page of results.
-
#start_time ⇒ Time
The start of the time period for which you are looking for history.
-
#vpc_id ⇒ String
The ID of the VPC you want your history records filtered by.
Instance Attribute Details
#cidr ⇒ String
The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range. If you enter a /16 IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within the /16 CIDR.
39760 39761 39762 39763 39764 39765 39766 39767 39768 39769 39770 39771 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39760 class GetIpamAddressHistoryRequest < Struct.new( :dry_run, :cidr, :ipam_scope_id, :vpc_id, :start_time, :end_time, :max_results, :next_token) 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
.
39760 39761 39762 39763 39764 39765 39766 39767 39768 39769 39770 39771 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39760 class GetIpamAddressHistoryRequest < Struct.new( :dry_run, :cidr, :ipam_scope_id, :vpc_id, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The end of the time period for which you are looking for history. If you omit this option, it will default to the current time.
39760 39761 39762 39763 39764 39765 39766 39767 39768 39769 39770 39771 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39760 class GetIpamAddressHistoryRequest < Struct.new( :dry_run, :cidr, :ipam_scope_id, :vpc_id, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#ipam_scope_id ⇒ String
The ID of the IPAM scope that the CIDR is in.
39760 39761 39762 39763 39764 39765 39766 39767 39768 39769 39770 39771 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39760 class GetIpamAddressHistoryRequest < Struct.new( :dry_run, :cidr, :ipam_scope_id, :vpc_id, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of historical results you would like returned per page. Defaults to 100.
39760 39761 39762 39763 39764 39765 39766 39767 39768 39769 39770 39771 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39760 class GetIpamAddressHistoryRequest < Struct.new( :dry_run, :cidr, :ipam_scope_id, :vpc_id, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
39760 39761 39762 39763 39764 39765 39766 39767 39768 39769 39770 39771 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39760 class GetIpamAddressHistoryRequest < Struct.new( :dry_run, :cidr, :ipam_scope_id, :vpc_id, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start of the time period for which you are looking for history. If you omit this option, it will default to the value of EndTime.
39760 39761 39762 39763 39764 39765 39766 39767 39768 39769 39770 39771 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39760 class GetIpamAddressHistoryRequest < Struct.new( :dry_run, :cidr, :ipam_scope_id, :vpc_id, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC you want your history records filtered by.
39760 39761 39762 39763 39764 39765 39766 39767 39768 39769 39770 39771 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39760 class GetIpamAddressHistoryRequest < Struct.new( :dry_run, :cidr, :ipam_scope_id, :vpc_id, :start_time, :end_time, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |