Class: Aws::DataZone::Types::UpdateConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateConnectionInput
- Defined in:
- gems/aws-sdk-datazone/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.
-
#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.
18409 18410 18411 18412 18413 18414 18415 18416 18417 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18409 class UpdateConnectionInput < Struct.new( :aws_location, :description, :domain_identifier, :identifier, :props) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of a connection.
18409 18410 18411 18412 18413 18414 18415 18416 18417 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18409 class UpdateConnectionInput < Struct.new( :aws_location, :description, :domain_identifier, :identifier, :props) SENSITIVE = [:description] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where a connection is to be updated.
18409 18410 18411 18412 18413 18414 18415 18416 18417 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18409 class UpdateConnectionInput < Struct.new( :aws_location, :description, :domain_identifier, :identifier, :props) SENSITIVE = [:description] include Aws::Structure end |
#identifier ⇒ String
The ID of the connection to be updated.
18409 18410 18411 18412 18413 18414 18415 18416 18417 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18409 class UpdateConnectionInput < Struct.new( :aws_location, :description, :domain_identifier, :identifier, :props) SENSITIVE = [:description] include Aws::Structure end |
#props ⇒ Types::ConnectionPropertiesPatch
The connection props.
18409 18410 18411 18412 18413 18414 18415 18416 18417 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18409 class UpdateConnectionInput < Struct.new( :aws_location, :description, :domain_identifier, :identifier, :props) SENSITIVE = [:description] include Aws::Structure end |