Class: Aws::Types::ByoipCidr
- Inherits:
-
Object
- Object
- Aws::Types::ByoipCidr
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advertisement_type ⇒ ::String
Returns the value of attribute advertisement_type.
-
#asn_associations ⇒ ::Array[Types::AsnAssociation]
Returns the value of attribute asn_associations.
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#state ⇒ "advertised", ...
Returns the value of attribute state.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#advertisement_type ⇒ ::String
Returns the value of attribute advertisement_type.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def advertisement_type @advertisement_type end |
#asn_associations ⇒ ::Array[Types::AsnAssociation]
Returns the value of attribute asn_associations.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def asn_associations @asn_associations end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def cidr @cidr end |
#description ⇒ ::String
Returns the value of attribute description.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def description @description end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def network_border_group @network_border_group end |
#state ⇒ "advertised", ...
Returns the value of attribute state.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def @status_message end |