Module: Aws::SecurityAgent::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 ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
- #vpc_id ⇒ ::String
Instance Method Details
#certificate_expiry_time ⇒ ::Time
776 |
# File 'sig/client.rbs', line 776
def certificate_expiry_time: () -> ::Time
|
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
777 |
# File 'sig/client.rbs', line 777
def dns_resolution: () -> ("PUBLIC" | "IN_VPC")
|
#failure_message ⇒ ::String
778 |
# File 'sig/client.rbs', line 778
def failure_message: () -> ::String
|
#host_address ⇒ ::String
773 |
# File 'sig/client.rbs', line 773
def host_address: () -> ::String
|
#name ⇒ ::String
769 |
# File 'sig/client.rbs', line 769
def name: () -> ::String
|
#resource_configuration_id ⇒ ::String
775 |
# File 'sig/client.rbs', line 775
def resource_configuration_id: () -> ::String
|
#resource_gateway_id ⇒ ::String
772 |
# File 'sig/client.rbs', line 772
def resource_gateway_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
771 |
# File 'sig/client.rbs', line 771
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
779 |
# File 'sig/client.rbs', line 779
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
770 |
# File 'sig/client.rbs', line 770
def type: () -> ("SERVICE_MANAGED" | "SELF_MANAGED")
|
#vpc_id ⇒ ::String
774 |
# File 'sig/client.rbs', line 774
def vpc_id: () -> ::String
|