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")


10619
10620
10621
# File 'sig/types.rbs', line 10619

def chronological_order
  @chronological_order
end

#delta_id::String

Returns the value of attribute delta_id.

Returns:

  • (::String)


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

def delta_id
  @delta_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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

def dry_run
  @dry_run
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


10618
10619
10620
# File 'sig/types.rbs', line 10618

def end_time
  @end_time
end

#ipam_internet_registry_association_id::String

Returns the value of attribute ipam_internet_registry_association_id.

Returns:

  • (::String)


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

def ipam_internet_registry_association_id
  @ipam_internet_registry_association_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


10620
10621
10622
# File 'sig/types.rbs', line 10620

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10621
10622
10623
# File 'sig/types.rbs', line 10621

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


10617
10618
10619
# File 'sig/types.rbs', line 10617

def start_time
  @start_time
end