Class: Aws::Types::UpdatePrivateConnectionCertificateOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePrivateConnectionCertificateOutput
- 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.
-
#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.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def certificate_expiry_time @certificate_expiry_time end |
#dns_resolution ⇒ "PUBLIC", "IN_VPC"
Returns the value of attribute dns_resolution.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def dns_resolution @dns_resolution end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def @failure_message end |
#host_address ⇒ ::String
Returns the value of attribute host_address.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def host_address @host_address end |
#name ⇒ ::String
Returns the value of attribute name.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def name @name end |
#resource_configuration_id ⇒ ::String
Returns the value of attribute resource_configuration_id.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def resource_configuration_id @resource_configuration_id end |
#resource_gateway_id ⇒ ::String
Returns the value of attribute resource_gateway_id.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def resource_gateway_id @resource_gateway_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def status @status end |
#type ⇒ "SELF_MANAGED", "SERVICE_MANAGED"
Returns the value of attribute type.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def type @type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def vpc_id @vpc_id end |