Class: Aws::DevOpsAgent::Types::PrivateConnectionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::PrivateConnectionSummary
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Summary of a Private Connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_expiry_time ⇒ Time
The expiry time of the certificate associated with the Private Connection.
-
#host_address ⇒ String
IP address or DNS name of the target resource.
-
#name ⇒ String
The name of the Private Connection.
-
#resource_configuration_id ⇒ String
The Resource Configuration ARN.
-
#resource_gateway_id ⇒ String
The service-managed Resource Gateway ARN.
-
#status ⇒ String
The status of the Private Connection.
-
#type ⇒ String
The type of the Private Connection.
-
#vpc_id ⇒ String
VPC identifier of the service-managed Resource Gateway.
Instance Attribute Details
#certificate_expiry_time ⇒ Time
The expiry time of the certificate associated with the Private Connection. Only present when a certificate is associated.
3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3131 class PrivateConnectionSummary < Struct.new( :name, :type, :resource_gateway_id, :host_address, :vpc_id, :resource_configuration_id, :status, :certificate_expiry_time) SENSITIVE = [] include Aws::Structure end |
#host_address ⇒ String
IP address or DNS name of the target resource. Only present for service-managed Private Connections.
3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3131 class PrivateConnectionSummary < Struct.new( :name, :type, :resource_gateway_id, :host_address, :vpc_id, :resource_configuration_id, :status, :certificate_expiry_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Private Connection.
3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3131 class PrivateConnectionSummary < Struct.new( :name, :type, :resource_gateway_id, :host_address, :vpc_id, :resource_configuration_id, :status, :certificate_expiry_time) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_id ⇒ String
The Resource Configuration ARN. Only present for self-managed Private Connections.
3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3131 class PrivateConnectionSummary < Struct.new( :name, :type, :resource_gateway_id, :host_address, :vpc_id, :resource_configuration_id, :status, :certificate_expiry_time) SENSITIVE = [] include Aws::Structure end |
#resource_gateway_id ⇒ String
The service-managed Resource Gateway ARN. Only present for service-managed Private Connections.
3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3131 class PrivateConnectionSummary < Struct.new( :name, :type, :resource_gateway_id, :host_address, :vpc_id, :resource_configuration_id, :status, :certificate_expiry_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Private Connection.
3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3131 class PrivateConnectionSummary < Struct.new( :name, :type, :resource_gateway_id, :host_address, :vpc_id, :resource_configuration_id, :status, :certificate_expiry_time) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the Private Connection.
3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3131 class PrivateConnectionSummary < Struct.new( :name, :type, :resource_gateway_id, :host_address, :vpc_id, :resource_configuration_id, :status, :certificate_expiry_time) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
VPC identifier of the service-managed Resource Gateway. Only present for service-managed Private Connections.
3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3131 class PrivateConnectionSummary < Struct.new( :name, :type, :resource_gateway_id, :host_address, :vpc_id, :resource_configuration_id, :status, :certificate_expiry_time) SENSITIVE = [] include Aws::Structure end |