Module: Aws::SecurityAgent::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 ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
- #vpc_id ⇒ ::String
Instance Method Details
#certificate_expiry_time ⇒ ::Time
528 |
# File 'sig/client.rbs', line 528
def certificate_expiry_time: () -> ::Time
|
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
529 |
# File 'sig/client.rbs', line 529
def dns_resolution: () -> ("PUBLIC" | "IN_VPC")
|
#failure_message ⇒ ::String
530 |
# File 'sig/client.rbs', line 530
def failure_message: () -> ::String
|
#host_address ⇒ ::String
525 |
# File 'sig/client.rbs', line 525
def host_address: () -> ::String
|
#name ⇒ ::String
521 |
# File 'sig/client.rbs', line 521
def name: () -> ::String
|
#resource_configuration_id ⇒ ::String
527 |
# File 'sig/client.rbs', line 527
def resource_configuration_id: () -> ::String
|
#resource_gateway_id ⇒ ::String
524 |
# File 'sig/client.rbs', line 524
def resource_gateway_id: () -> ::String
|
#status ⇒ "ACTIVE", ...
523 |
# File 'sig/client.rbs', line 523
def status: () -> ("ACTIVE" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
531 |
# File 'sig/client.rbs', line 531
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
522 |
# File 'sig/client.rbs', line 522
def type: () -> ("SERVICE_MANAGED" | "SELF_MANAGED")
|
#vpc_id ⇒ ::String
526 |
# File 'sig/client.rbs', line 526
def vpc_id: () -> ::String
|