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.
12891 12892 12893 |
# File 'sig/types.rbs', line 12891 def asns @asns end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
12890 12891 12892 |
# File 'sig/types.rbs', line 12890 def cidr @cidr end |
#description ⇒ ::String
Returns the value of attribute description.
12894 12895 12896 |
# File 'sig/types.rbs', line 12894 def description @description end |
#latest_delta_id ⇒ ::String
Returns the value of attribute latest_delta_id.
12895 12896 12897 |
# File 'sig/types.rbs', line 12895 def latest_delta_id @latest_delta_id end |
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
12893 12894 12895 |
# File 'sig/types.rbs', line 12893 def max_length @max_length end |
#permit_more_specific_announcements ⇒ Boolean
Returns the value of attribute permit_more_specific_announcements.
12892 12893 12894 |
# File 'sig/types.rbs', line 12892 def permit_more_specific_announcements @permit_more_specific_announcements end |
#state ⇒ "pending-activate", ...
Returns the value of attribute state.
12896 12897 12898 |
# File 'sig/types.rbs', line 12896 def state @state end |