Class: Aws::Types::LicenseServerEndpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


193
194
195
# File 'sig/types.rbs', line 193

def creation_time
  @creation_time
end

#identity_provider_arn::String

Returns the value of attribute identity_provider_arn.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def identity_provider_arn
  @identity_provider_arn
end

#license_server_endpoint_arn::String

Returns the value of attribute license_server_endpoint_arn.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def license_server_endpoint_arn
  @license_server_endpoint_arn
end

#license_server_endpoint_id::String

Returns the value of attribute license_server_endpoint_id.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def license_server_endpoint_id
  @license_server_endpoint_id
end

#license_server_endpoint_provisioning_status"PROVISIONING", ...

Returns the value of attribute license_server_endpoint_provisioning_status.

Returns:

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


191
192
193
# File 'sig/types.rbs', line 191

def license_server_endpoint_provisioning_status
  @license_server_endpoint_provisioning_status
end

#license_servers::Array[Types::LicenseServer]

Returns the value of attribute license_servers.

Returns:



192
193
194
# File 'sig/types.rbs', line 192

def license_servers
  @license_servers
end

#server_endpointTypes::ServerEndpoint

Returns the value of attribute server_endpoint.



187
188
189
# File 'sig/types.rbs', line 187

def server_endpoint
  @server_endpoint
end

#server_type"RDS_SAL"

Returns the value of attribute server_type.

Returns:

  • ("RDS_SAL")


186
187
188
# File 'sig/types.rbs', line 186

def server_type
  @server_type
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def status_message
  @status_message
end