Class: Aws::Types::GetLicenseEndpointResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def dns_name
  @dns_name
end

#license_endpoint_id::String

Returns the value of attribute license_endpoint_id.

Returns:

  • (::String)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def license_endpoint_id
  @license_endpoint_id
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


1384
1385
1386
# File 'sig/types.rbs', line 1384

def security_group_ids
  @security_group_ids
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "READY", "NOT_READY")


1379
1380
1381
# File 'sig/types.rbs', line 1379

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def status_message
  @status_message
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


1383
1384
1385
# File 'sig/types.rbs', line 1383

def subnet_ids
  @subnet_ids
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1381
1382
1383
# File 'sig/types.rbs', line 1381

def vpc_id
  @vpc_id
end