Module: Aws::SecurityAgent::Client::_DeletePrivateConnectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeletePrivateConnectionOutput]
- 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
737 |
# File 'sig/client.rbs', line 737
def certificate_expiry_time: () -> ::Time
|
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
738 |
# File 'sig/client.rbs', line 738
def dns_resolution: () -> ("PUBLIC" | "IN_VPC")
|
#failure_message ⇒ ::String
739 |
# File 'sig/client.rbs', line 739
def failure_message: () -> ::String
|
#host_address ⇒ ::String
734 |
# File 'sig/client.rbs', line 734
def host_address: () -> ::String
|
#name ⇒ ::String
730 |
# File 'sig/client.rbs', line 730
def name: () -> ::String
|
#resource_configuration_id ⇒ ::String
736 |
# File 'sig/client.rbs', line 736
def resource_configuration_id: () -> ::String
|
#resource_gateway_id ⇒ ::String
733 |
# File 'sig/client.rbs', line 733
def resource_gateway_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
732 |
# File 'sig/client.rbs', line 732
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
740 |
# File 'sig/client.rbs', line 740
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
731 |
# File 'sig/client.rbs', line 731
def type: () -> ("SERVICE_MANAGED" | "SELF_MANAGED")
|
#vpc_id ⇒ ::String
735 |
# File 'sig/client.rbs', line 735
def vpc_id: () -> ::String
|