Class: Aws::Types::LicenseEndpointSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#license_endpoint_id::String

Returns the value of attribute license_endpoint_id.

Returns:

  • (::String)


1934
1935
1936
# File 'sig/types.rbs', line 1934

def license_endpoint_id
  @license_endpoint_id
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


1935
1936
1937
# File 'sig/types.rbs', line 1935

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1936
1937
1938
# File 'sig/types.rbs', line 1936

def status_message
  @status_message
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1937
1938
1939
# File 'sig/types.rbs', line 1937

def vpc_id
  @vpc_id
end