Class: Aws::Types::LicenseServer

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#health_status"HEALTHY", ...

Returns the value of attribute health_status.

Returns:

  • ("HEALTHY", "UNHEALTHY", "NOT_APPLICABLE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("PROVISIONING", "PROVISIONING_FAILED", "PROVISIONED", "DELETING", "DELETION_FAILED", "DELETED")


177
178
179
# File 'sig/types.rbs', line 177

def provisioning_status
  @provisioning_status
end