Module: Aws::DevOpsAgent::Client::_UpdatePrivateConnectionCertificateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePrivateConnectionCertificateOutput]
- 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", ...
- #type ⇒ "SELF_MANAGED", "SERVICE_MANAGED"
- #vpc_id ⇒ ::String
Instance Method Details
#certificate_expiry_time ⇒ ::Time
1070 |
# File 'sig/client.rbs', line 1070
def certificate_expiry_time: () -> ::Time
|
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
1071 |
# File 'sig/client.rbs', line 1071
def dns_resolution: () -> ("PUBLIC" | "IN_VPC")
|
#failure_message ⇒ ::String
1072 |
# File 'sig/client.rbs', line 1072
def failure_message: () -> ::String
|
#host_address ⇒ ::String
1066 |
# File 'sig/client.rbs', line 1066
def host_address: () -> ::String
|
#name ⇒ ::String
1063 |
# File 'sig/client.rbs', line 1063
def name: () -> ::String
|
#resource_configuration_id ⇒ ::String
1068 |
# File 'sig/client.rbs', line 1068
def resource_configuration_id: () -> ::String
|
#resource_gateway_id ⇒ ::String
1065 |
# File 'sig/client.rbs', line 1065
def resource_gateway_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
1069 |
# File 'sig/client.rbs', line 1069
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
#type ⇒ "SELF_MANAGED", "SERVICE_MANAGED"
1064 |
# File 'sig/client.rbs', line 1064
def type: () -> ("SELF_MANAGED" | "SERVICE_MANAGED")
|
#vpc_id ⇒ ::String
1067 |
# File 'sig/client.rbs', line 1067
def vpc_id: () -> ::String
|