Class: Aws::Types::ByoipCidr
- Inherits:
-
Object
- Object
- Aws::Types::ByoipCidr
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#events ⇒ ::Array[Types::ByoipCidrEvent]
Returns the value of attribute events.
-
#state ⇒ "PENDING_PROVISIONING", ...
Returns the value of attribute state.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
123 124 125 |
# File 'sig/types.rbs', line 123 def cidr @cidr end |
#events ⇒ ::Array[Types::ByoipCidrEvent]
Returns the value of attribute events.
125 126 127 |
# File 'sig/types.rbs', line 125 def events @events end |
#state ⇒ "PENDING_PROVISIONING", ...
Returns the value of attribute state.
124 125 126 |
# File 'sig/types.rbs', line 124 def state @state end |