Module: Aws::DevOpsAgent::Client::_DescribePrivateConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePrivateConnectionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #certificate_expiry_time ⇒ ::Time
- #dns_resolution ⇒ "PUBLIC", "IN_VPC"
- #failure_message ⇒ ::String
- #host_address ⇒ ::String
- #name ⇒ ::String
- #resource_configuration_id ⇒ ::String
- #resource_gateway_id ⇒ ::String
- #status ⇒ "ACTIVE", ...
- #tags ⇒ ::Hash[::String, ::String]
- #type ⇒ "SELF_MANAGED", "SERVICE_MANAGED"
- #vpc_id ⇒ ::String
Instance Method Details
#certificate_expiry_time ⇒ ::Time
311 |
# File 'sig/client.rbs', line 311
def certificate_expiry_time: () -> ::Time
|
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
312 |
# File 'sig/client.rbs', line 312
def dns_resolution: () -> ("PUBLIC" | "IN_VPC")
|
#failure_message ⇒ ::String
313 |
# File 'sig/client.rbs', line 313
def failure_message: () -> ::String
|
#host_address ⇒ ::String
307 |
# File 'sig/client.rbs', line 307
def host_address: () -> ::String
|
#name ⇒ ::String
304 |
# File 'sig/client.rbs', line 304
def name: () -> ::String
|
#resource_configuration_id ⇒ ::String
309 |
# File 'sig/client.rbs', line 309
def resource_configuration_id: () -> ::String
|
#resource_gateway_id ⇒ ::String
306 |
# File 'sig/client.rbs', line 306
def resource_gateway_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
310 |
# File 'sig/client.rbs', line 310
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
314 |
# File 'sig/client.rbs', line 314
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "SELF_MANAGED", "SERVICE_MANAGED"
305 |
# File 'sig/client.rbs', line 305
def type: () -> ("SELF_MANAGED" | "SERVICE_MANAGED")
|
#vpc_id ⇒ ::String
308 |
# File 'sig/client.rbs', line 308
def vpc_id: () -> ::String
|