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
312 |
# File 'sig/client.rbs', line 312
def certificate_expiry_time: () -> ::Time
|
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
313 |
# File 'sig/client.rbs', line 313
def dns_resolution: () -> ("PUBLIC" | "IN_VPC")
|
#failure_message ⇒ ::String
314 |
# File 'sig/client.rbs', line 314
def failure_message: () -> ::String
|
#host_address ⇒ ::String
308 |
# File 'sig/client.rbs', line 308
def host_address: () -> ::String
|
#name ⇒ ::String
305 |
# File 'sig/client.rbs', line 305
def name: () -> ::String
|
#resource_configuration_id ⇒ ::String
310 |
# File 'sig/client.rbs', line 310
def resource_configuration_id: () -> ::String
|
#resource_gateway_id ⇒ ::String
307 |
# File 'sig/client.rbs', line 307
def resource_gateway_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
311 |
# File 'sig/client.rbs', line 311
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
315 |
# File 'sig/client.rbs', line 315
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "SELF_MANAGED", "SERVICE_MANAGED"
306 |
# File 'sig/client.rbs', line 306
def type: () -> ("SELF_MANAGED" | "SERVICE_MANAGED")
|
#vpc_id ⇒ ::String
309 |
# File 'sig/client.rbs', line 309
def vpc_id: () -> ::String
|