Module: Aws::SecurityAgent::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", ...
- #tags ⇒ ::Hash[::String, ::String]
- #type ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
- #vpc_id ⇒ ::String
Instance Method Details
#certificate_expiry_time ⇒ ::Time
1505 |
# File 'sig/client.rbs', line 1505
def certificate_expiry_time: () -> ::Time
|
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
1506 |
# File 'sig/client.rbs', line 1506
def dns_resolution: () -> ("PUBLIC" | "IN_VPC")
|
#failure_message ⇒ ::String
1507 |
# File 'sig/client.rbs', line 1507
def failure_message: () -> ::String
|
#host_address ⇒ ::String
1502 |
# File 'sig/client.rbs', line 1502
def host_address: () -> ::String
|
#name ⇒ ::String
1498 |
# File 'sig/client.rbs', line 1498
def name: () -> ::String
|
#resource_configuration_id ⇒ ::String
1504 |
# File 'sig/client.rbs', line 1504
def resource_configuration_id: () -> ::String
|
#resource_gateway_id ⇒ ::String
1501 |
# File 'sig/client.rbs', line 1501
def resource_gateway_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
1500 |
# File 'sig/client.rbs', line 1500
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
1508 |
# File 'sig/client.rbs', line 1508
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
1499 |
# File 'sig/client.rbs', line 1499
def type: () -> ("SERVICE_MANAGED" | "SELF_MANAGED")
|
#vpc_id ⇒ ::String
1503 |
# File 'sig/client.rbs', line 1503
def vpc_id: () -> ::String
|