Class: Aws::Types::PrivateConnectionSummary
- Inherits:
-
Object
- Object
- Aws::Types::PrivateConnectionSummary
- 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.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def certificate_expiry_time @certificate_expiry_time end |
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
Returns the value of attribute dns_resolution.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def dns_resolution @dns_resolution end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def @failure_message end |
#host_address ⇒ ::String
Returns the value of attribute host_address.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def host_address @host_address end |
#name ⇒ ::String
Returns the value of attribute name.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def name @name end |
#resource_configuration_id ⇒ ::String
Returns the value of attribute resource_configuration_id.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def resource_configuration_id @resource_configuration_id end |
#resource_gateway_id ⇒ ::String
Returns the value of attribute resource_gateway_id.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def resource_gateway_id @resource_gateway_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def @tags end |
#type ⇒ "SERVICE_MANAGED", "SELF_MANAGED"
Returns the value of attribute type.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def type @type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def vpc_id @vpc_id end |