Module: Aws::Deadline::Client::_GetLicenseEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLicenseEndpointResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dns_name ⇒ ::String
- #license_endpoint_id ⇒ ::String
- #security_group_ids ⇒ ::Array[::String]
- #status ⇒ "CREATE_IN_PROGRESS", ...
- #status_message ⇒ ::String
- #subnet_ids ⇒ ::Array[::String]
- #vpc_id ⇒ ::String
Instance Method Details
#dns_name ⇒ ::String
954 |
# File 'sig/client.rbs', line 954
def dns_name: () -> ::String
|
#license_endpoint_id ⇒ ::String
950 |
# File 'sig/client.rbs', line 950
def license_endpoint_id: () -> ::String
|
#security_group_ids ⇒ ::Array[::String]
956 |
# File 'sig/client.rbs', line 956
def security_group_ids: () -> ::Array[::String]
|
#status ⇒ "CREATE_IN_PROGRESS", ...
951 |
# File 'sig/client.rbs', line 951
def status: () -> ("CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "READY" | "NOT_READY")
|
#status_message ⇒ ::String
952 |
# File 'sig/client.rbs', line 952
def status_message: () -> ::String
|
#subnet_ids ⇒ ::Array[::String]
955 |
# File 'sig/client.rbs', line 955
def subnet_ids: () -> ::Array[::String]
|
#vpc_id ⇒ ::String
953 |
# File 'sig/client.rbs', line 953
def vpc_id: () -> ::String
|