Class: Aws::Types::LicenseEndpointSummary
- Inherits:
-
Object
- Object
- Aws::Types::LicenseEndpointSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_endpoint_id ⇒ ::String
Returns the value of attribute license_endpoint_id.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#license_endpoint_id ⇒ ::String
Returns the value of attribute license_endpoint_id.
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.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def @status_message end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def vpc_id @vpc_id end |