Class: Aws::Types::GetIpamRoutingPolicyRegistrationDeltasRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#chronological_order"forward", "reverse"

Returns the value of attribute chronological_order.

Returns:

  • ("forward", "reverse")


10613
10614
10615
# File 'sig/types.rbs', line 10613

def chronological_order
  @chronological_order
end

#delta_id::String

Returns the value of attribute delta_id.

Returns:

  • (::String)


10610
10611
10612
# File 'sig/types.rbs', line 10610

def delta_id
  @delta_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


10608
10609
10610
# File 'sig/types.rbs', line 10608

def dry_run
  @dry_run
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


10612
10613
10614
# File 'sig/types.rbs', line 10612

def end_time
  @end_time
end

#ipam_internet_registry_association_id::String

Returns the value of attribute ipam_internet_registry_association_id.

Returns:

  • (::String)


10609
10610
10611
# File 'sig/types.rbs', line 10609

def ipam_internet_registry_association_id
  @ipam_internet_registry_association_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


10614
10615
10616
# File 'sig/types.rbs', line 10614

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10615
10616
10617
# File 'sig/types.rbs', line 10615

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


10611
10612
10613
# File 'sig/types.rbs', line 10611

def start_time
  @start_time
end