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 ⇒ "SERVICE_MANAGED", "SELF_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.
953 954 955 |
# File 'sig/types.rbs', line 953 def certificate_expiry_time @certificate_expiry_time end |
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
Returns the value of attribute dns_resolution.
954 955 956 |
# File 'sig/types.rbs', line 954 def dns_resolution @dns_resolution end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
955 956 957 |
# File 'sig/types.rbs', line 955 def @failure_message end |
#host_address ⇒ ::String
Returns the value of attribute host_address.
950 951 952 |
# File 'sig/types.rbs', line 950 def host_address @host_address end |
#name ⇒ ::String
Returns the value of attribute name.
946 947 948 |
# File 'sig/types.rbs', line 946 def name @name end |
#resource_configuration_id ⇒ ::String
Returns the value of attribute resource_configuration_id.
952 953 954 |
# File 'sig/types.rbs', line 952 def resource_configuration_id @resource_configuration_id end |
#resource_gateway_id ⇒ ::String
Returns the value of attribute resource_gateway_id.
949 950 951 |
# File 'sig/types.rbs', line 949 def resource_gateway_id @resource_gateway_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
948 949 950 |
# File 'sig/types.rbs', line 948 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
956 957 958 |
# File 'sig/types.rbs', line 956 def @tags end |
#type ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
Returns the value of attribute type.
947 948 949 |
# File 'sig/types.rbs', line 947 def type @type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
951 952 953 |
# File 'sig/types.rbs', line 951 def vpc_id @vpc_id end |