Class: Aws::Types::LicenseServer
- Inherits:
-
Object
- Object
- Aws::Types::LicenseServer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#health_status ⇒ "HEALTHY", ...
Returns the value of attribute health_status.
-
#ipv_4_address ⇒ ::String
Returns the value of attribute ipv_4_address.
-
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
-
#provisioning_status ⇒ "PROVISIONING", ...
Returns the value of attribute provisioning_status.
Instance Attribute Details
#health_status ⇒ "HEALTHY", ...
Returns the value of attribute health_status.
178 179 180 |
# File 'sig/types.rbs', line 178 def health_status @health_status end |
#ipv_4_address ⇒ ::String
Returns the value of attribute ipv_4_address.
179 180 181 |
# File 'sig/types.rbs', line 179 def ipv_4_address @ipv_4_address end |
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
180 181 182 |
# File 'sig/types.rbs', line 180 def ipv_6_address @ipv_6_address end |
#provisioning_status ⇒ "PROVISIONING", ...
Returns the value of attribute provisioning_status.
177 178 179 |
# File 'sig/types.rbs', line 177 def provisioning_status @provisioning_status end |