Class: Aws::DataZone::Types::UpdateConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateConnectionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#aws_location ⇒ Types::AwsLocation
The location where a connection is to be updated.
-
#configurations ⇒ Array<Types::Configuration>
The configurations of the connection.
-
#description ⇒ String
The description of a connection.
-
#domain_identifier ⇒ String
The ID of the domain where a connection is to be updated.
-
#identifier ⇒ String
The ID of the connection to be updated.
-
#props ⇒ Types::ConnectionPropertiesPatch
The connection props.
Instance Attribute Details
#aws_location ⇒ Types::AwsLocation
The location where a connection is to be updated.
21074 21075 21076 21077 21078 21079 21080 21081 21082 21083 |
# File 'lib/aws-sdk-datazone/types.rb', line 21074 class UpdateConnectionInput < Struct.new( :configurations, :domain_identifier, :identifier, :description, :aws_location, :props) SENSITIVE = [:description] include Aws::Structure end |
#configurations ⇒ Array<Types::Configuration>
The configurations of the connection.
21074 21075 21076 21077 21078 21079 21080 21081 21082 21083 |
# File 'lib/aws-sdk-datazone/types.rb', line 21074 class UpdateConnectionInput < Struct.new( :configurations, :domain_identifier, :identifier, :description, :aws_location, :props) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of a connection.
21074 21075 21076 21077 21078 21079 21080 21081 21082 21083 |
# File 'lib/aws-sdk-datazone/types.rb', line 21074 class UpdateConnectionInput < Struct.new( :configurations, :domain_identifier, :identifier, :description, :aws_location, :props) SENSITIVE = [:description] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where a connection is to be updated.
21074 21075 21076 21077 21078 21079 21080 21081 21082 21083 |
# File 'lib/aws-sdk-datazone/types.rb', line 21074 class UpdateConnectionInput < Struct.new( :configurations, :domain_identifier, :identifier, :description, :aws_location, :props) SENSITIVE = [:description] include Aws::Structure end |
#identifier ⇒ String
The ID of the connection to be updated.
21074 21075 21076 21077 21078 21079 21080 21081 21082 21083 |
# File 'lib/aws-sdk-datazone/types.rb', line 21074 class UpdateConnectionInput < Struct.new( :configurations, :domain_identifier, :identifier, :description, :aws_location, :props) SENSITIVE = [:description] include Aws::Structure end |
#props ⇒ Types::ConnectionPropertiesPatch
The connection props.
21074 21075 21076 21077 21078 21079 21080 21081 21082 21083 |
# File 'lib/aws-sdk-datazone/types.rb', line 21074 class UpdateConnectionInput < Struct.new( :configurations, :domain_identifier, :identifier, :description, :aws_location, :props) SENSITIVE = [:description] include Aws::Structure end |