Class: Aws::Types::DescribePrivateConnectionOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribePrivateConnectionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_expiry_time ⇒ ::Time
Returns the value of attribute certificate_expiry_time.
-
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
Returns the value of attribute dns_resolution.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#host_address ⇒ ::String
Returns the value of attribute host_address.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_configuration_id ⇒ ::String
Returns the value of attribute resource_configuration_id.
-
#resource_gateway_id ⇒ ::String
Returns the value of attribute resource_gateway_id.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "SELF_MANAGED", "SERVICE_MANAGED"
Returns the value of attribute type.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#certificate_expiry_time ⇒ ::Time
Returns the value of attribute certificate_expiry_time.
481 482 483 |
# File 'sig/types.rbs', line 481 def certificate_expiry_time @certificate_expiry_time end |
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
Returns the value of attribute dns_resolution.
482 483 484 |
# File 'sig/types.rbs', line 482 def dns_resolution @dns_resolution end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
483 484 485 |
# File 'sig/types.rbs', line 483 def @failure_message end |
#host_address ⇒ ::String
Returns the value of attribute host_address.
477 478 479 |
# File 'sig/types.rbs', line 477 def host_address @host_address end |
#name ⇒ ::String
Returns the value of attribute name.
474 475 476 |
# File 'sig/types.rbs', line 474 def name @name end |
#resource_configuration_id ⇒ ::String
Returns the value of attribute resource_configuration_id.
479 480 481 |
# File 'sig/types.rbs', line 479 def resource_configuration_id @resource_configuration_id end |
#resource_gateway_id ⇒ ::String
Returns the value of attribute resource_gateway_id.
476 477 478 |
# File 'sig/types.rbs', line 476 def resource_gateway_id @resource_gateway_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
480 481 482 |
# File 'sig/types.rbs', line 480 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
484 485 486 |
# File 'sig/types.rbs', line 484 def @tags end |
#type ⇒ "SELF_MANAGED", "SERVICE_MANAGED"
Returns the value of attribute type.
475 476 477 |
# File 'sig/types.rbs', line 475 def type @type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
478 479 480 |
# File 'sig/types.rbs', line 478 def vpc_id @vpc_id end |