Class: Aws::DataZone::Types::UpdateConnectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateConnectionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The ID of the connection.
-
#description ⇒ String
The connection description.
-
#domain_id ⇒ String
The ID of the domain where a connection is to be updated.
-
#domain_unit_id ⇒ String
The ID of the domain unit where a connection is to be updated.
-
#environment_id ⇒ String
The ID of the environment where a connection is to be updated.
-
#name ⇒ String
The name of the connection.
-
#physical_endpoints ⇒ Array<Types::PhysicalEndpoint>
The physical endpoints of the connection.
-
#project_id ⇒ String
The project ID of the connection.
-
#props ⇒ Types::ConnectionPropertiesOutput
The connection props.
-
#type ⇒ String
The connection type.
Instance Attribute Details
#connection_id ⇒ String
The ID of the connection.
19566 19567 19568 19569 19570 19571 19572 19573 19574 19575 19576 19577 19578 19579 |
# File 'lib/aws-sdk-datazone/types.rb', line 19566 class UpdateConnectionOutput < Struct.new( :connection_id, :description, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The connection description.
19566 19567 19568 19569 19570 19571 19572 19573 19574 19575 19576 19577 19578 19579 |
# File 'lib/aws-sdk-datazone/types.rb', line 19566 class UpdateConnectionOutput < Struct.new( :connection_id, :description, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [:description] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain where a connection is to be updated.
19566 19567 19568 19569 19570 19571 19572 19573 19574 19575 19576 19577 19578 19579 |
# File 'lib/aws-sdk-datazone/types.rb', line 19566 class UpdateConnectionOutput < Struct.new( :connection_id, :description, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [:description] include Aws::Structure end |
#domain_unit_id ⇒ String
The ID of the domain unit where a connection is to be updated.
19566 19567 19568 19569 19570 19571 19572 19573 19574 19575 19576 19577 19578 19579 |
# File 'lib/aws-sdk-datazone/types.rb', line 19566 class UpdateConnectionOutput < Struct.new( :connection_id, :description, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [:description] include Aws::Structure end |
#environment_id ⇒ String
The ID of the environment where a connection is to be updated.
19566 19567 19568 19569 19570 19571 19572 19573 19574 19575 19576 19577 19578 19579 |
# File 'lib/aws-sdk-datazone/types.rb', line 19566 class UpdateConnectionOutput < Struct.new( :connection_id, :description, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the connection.
19566 19567 19568 19569 19570 19571 19572 19573 19574 19575 19576 19577 19578 19579 |
# File 'lib/aws-sdk-datazone/types.rb', line 19566 class UpdateConnectionOutput < Struct.new( :connection_id, :description, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [:description] include Aws::Structure end |
#physical_endpoints ⇒ Array<Types::PhysicalEndpoint>
The physical endpoints of the connection.
19566 19567 19568 19569 19570 19571 19572 19573 19574 19575 19576 19577 19578 19579 |
# File 'lib/aws-sdk-datazone/types.rb', line 19566 class UpdateConnectionOutput < Struct.new( :connection_id, :description, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [:description] include Aws::Structure end |
#project_id ⇒ String
The project ID of the connection.
19566 19567 19568 19569 19570 19571 19572 19573 19574 19575 19576 19577 19578 19579 |
# File 'lib/aws-sdk-datazone/types.rb', line 19566 class UpdateConnectionOutput < Struct.new( :connection_id, :description, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [:description] include Aws::Structure end |
#props ⇒ Types::ConnectionPropertiesOutput
The connection props.
19566 19567 19568 19569 19570 19571 19572 19573 19574 19575 19576 19577 19578 19579 |
# File 'lib/aws-sdk-datazone/types.rb', line 19566 class UpdateConnectionOutput < Struct.new( :connection_id, :description, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [:description] include Aws::Structure end |
#type ⇒ String
The connection type.
19566 19567 19568 19569 19570 19571 19572 19573 19574 19575 19576 19577 19578 19579 |
# File 'lib/aws-sdk-datazone/types.rb', line 19566 class UpdateConnectionOutput < Struct.new( :connection_id, :description, :domain_id, :domain_unit_id, :environment_id, :name, :physical_endpoints, :project_id, :props, :type) SENSITIVE = [:description] include Aws::Structure end |