Class: Aws::Types::GetIpamRoutingPolicyRegistrationDeltasRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamRoutingPolicyRegistrationDeltasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chronological_order ⇒ "forward", "reverse"
Returns the value of attribute chronological_order.
-
#delta_id ⇒ ::String
Returns the value of attribute delta_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#ipam_internet_registry_association_id ⇒ ::String
Returns the value of attribute ipam_internet_registry_association_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#chronological_order ⇒ "forward", "reverse"
Returns the value of attribute chronological_order.
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.
10610 10611 10612 |
# File 'sig/types.rbs', line 10610 def delta_id @delta_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
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.
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.
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.
10611 10612 10613 |
# File 'sig/types.rbs', line 10611 def start_time @start_time end |