Class: Aws::Types::CreateIpamRoutingPolicyRegistrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIpamRoutingPolicyRegistrationRequest
- 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.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def asns @asns end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
2768 2769 2770 |
# File 'sig/types.rbs', line 2768 def cidr @cidr end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2774 2775 2776 |
# File 'sig/types.rbs', line 2774 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2772 2773 2774 |
# File 'sig/types.rbs', line 2772 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2766 2767 2768 |
# File 'sig/types.rbs', line 2766 def dry_run @dry_run end |
#force ⇒ Boolean
Returns the value of attribute force.
2773 2774 2775 |
# File 'sig/types.rbs', line 2773 def force @force end |
#ipam_internet_registry_association_id ⇒ ::String
Returns the value of attribute ipam_internet_registry_association_id.
2767 2768 2769 |
# File 'sig/types.rbs', line 2767 def ipam_internet_registry_association_id @ipam_internet_registry_association_id end |
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
2771 2772 2773 |
# File 'sig/types.rbs', line 2771 def max_length @max_length end |
#permit_more_specific_announcements ⇒ Boolean
Returns the value of attribute permit_more_specific_announcements.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def permit_more_specific_announcements @permit_more_specific_announcements end |