Class: Aws::Types::ModifyIpamRoutingPolicyRegistrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyIpamRoutingPolicyRegistrationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asns ⇒ ::Array[::String]
Returns the value of attribute asns.
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#ipam_internet_registry_association_id ⇒ ::String
Returns the value of attribute ipam_internet_registry_association_id.
-
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
-
#permit_more_specific_announcements ⇒ Boolean
Returns the value of attribute permit_more_specific_announcements.
Instance Attribute Details
#asns ⇒ ::Array[::String]
Returns the value of attribute asns.
14327 14328 14329 |
# File 'sig/types.rbs', line 14327 def asns @asns end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
14326 14327 14328 |
# File 'sig/types.rbs', line 14326 def cidr @cidr end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
14332 14333 14334 |
# File 'sig/types.rbs', line 14332 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
14330 14331 14332 |
# File 'sig/types.rbs', line 14330 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14324 14325 14326 |
# File 'sig/types.rbs', line 14324 def dry_run @dry_run end |
#force ⇒ Boolean
Returns the value of attribute force.
14331 14332 14333 |
# File 'sig/types.rbs', line 14331 def force @force end |
#ipam_internet_registry_association_id ⇒ ::String
Returns the value of attribute ipam_internet_registry_association_id.
14325 14326 14327 |
# File 'sig/types.rbs', line 14325 def ipam_internet_registry_association_id @ipam_internet_registry_association_id end |
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
14329 14330 14331 |
# File 'sig/types.rbs', line 14329 def max_length @max_length end |
#permit_more_specific_announcements ⇒ Boolean
Returns the value of attribute permit_more_specific_announcements.
14328 14329 14330 |
# File 'sig/types.rbs', line 14328 def permit_more_specific_announcements @permit_more_specific_announcements end |