Module: Aws::DevOpsAgent::Client::_CreatePrivateConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePrivateConnectionOutput]
- 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
194 |
# File 'sig/client.rbs', line 194
def certificate_expiry_time: () -> ::Time
|
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
195 |
# File 'sig/client.rbs', line 195
def dns_resolution: () -> ("PUBLIC" | "IN_VPC")
|
#failure_message ⇒ ::String
196 |
# File 'sig/client.rbs', line 196
def failure_message: () -> ::String
|
#host_address ⇒ ::String
190 |
# File 'sig/client.rbs', line 190
def host_address: () -> ::String
|
#name ⇒ ::String
187 |
# File 'sig/client.rbs', line 187
def name: () -> ::String
|
#resource_configuration_id ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def resource_configuration_id: () -> ::String
|
#resource_gateway_id ⇒ ::String
189 |
# File 'sig/client.rbs', line 189
def resource_gateway_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
193 |
# File 'sig/client.rbs', line 193
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
197 |
# File 'sig/client.rbs', line 197
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "SELF_MANAGED", "SERVICE_MANAGED"
188 |
# File 'sig/client.rbs', line 188
def type: () -> ("SELF_MANAGED" | "SERVICE_MANAGED")
|
#vpc_id ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def vpc_id: () -> ::String
|