Class: Aws::Types::IpamRoutingPolicyRegistration
- Inherits:
-
Object
- Object
- Aws::Types::IpamRoutingPolicyRegistration
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#latest_delta_id ⇒ ::String
Returns the value of attribute latest_delta_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.
-
#state ⇒ "pending-activate", ...
Returns the value of attribute state.
Instance Attribute Details
#asns ⇒ ::Array[::String]
Returns the value of attribute asns.
12897 12898 12899 |
# File 'sig/types.rbs', line 12897 def asns @asns end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
12896 12897 12898 |
# File 'sig/types.rbs', line 12896 def cidr @cidr end |
#description ⇒ ::String
Returns the value of attribute description.
12900 12901 12902 |
# File 'sig/types.rbs', line 12900 def description @description end |
#latest_delta_id ⇒ ::String
Returns the value of attribute latest_delta_id.
12901 12902 12903 |
# File 'sig/types.rbs', line 12901 def latest_delta_id @latest_delta_id end |
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
12899 12900 12901 |
# File 'sig/types.rbs', line 12899 def max_length @max_length end |
#permit_more_specific_announcements ⇒ Boolean
Returns the value of attribute permit_more_specific_announcements.
12898 12899 12900 |
# File 'sig/types.rbs', line 12898 def permit_more_specific_announcements @permit_more_specific_announcements end |
#state ⇒ "pending-activate", ...
Returns the value of attribute state.
12902 12903 12904 |
# File 'sig/types.rbs', line 12902 def state @state end |