Class: Aws::EC2::Types::GetIpamAddressHistoryRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

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.

Returns:

  • (String)


37560
37561
37562
37563
37564
37565
37566
37567
37568
37569
37570
37571
# File 'lib/aws-sdk-ec2/types.rb', line 37560

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_runBoolean

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`.

Returns:

  • (Boolean)


37560
37561
37562
37563
37564
37565
37566
37567
37568
37569
37570
37571
# File 'lib/aws-sdk-ec2/types.rb', line 37560

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_timeTime

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.

Returns:

  • (Time)


37560
37561
37562
37563
37564
37565
37566
37567
37568
37569
37570
37571
# File 'lib/aws-sdk-ec2/types.rb', line 37560

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_idString

The ID of the IPAM scope that the CIDR is in.

Returns:

  • (String)


37560
37561
37562
37563
37564
37565
37566
37567
37568
37569
37570
37571
# File 'lib/aws-sdk-ec2/types.rb', line 37560

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_resultsInteger

The maximum number of historical results you would like returned per page. Defaults to 100.

Returns:

  • (Integer)


37560
37561
37562
37563
37564
37565
37566
37567
37568
37569
37570
37571
# File 'lib/aws-sdk-ec2/types.rb', line 37560

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_tokenString

The token for the next page of results.

Returns:

  • (String)


37560
37561
37562
37563
37564
37565
37566
37567
37568
37569
37570
37571
# File 'lib/aws-sdk-ec2/types.rb', line 37560

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_timeTime

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.

Returns:

  • (Time)


37560
37561
37562
37563
37564
37565
37566
37567
37568
37569
37570
37571
# File 'lib/aws-sdk-ec2/types.rb', line 37560

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_idString

The ID of the VPC you want your history records filtered by.

Returns:

  • (String)


37560
37561
37562
37563
37564
37565
37566
37567
37568
37569
37570
37571
# File 'lib/aws-sdk-ec2/types.rb', line 37560

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