Class: Aws::DataZone::Types::GetConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetConnectionInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the domain where we get the connection.
-
#identifier ⇒ String
The connection ID.
-
#with_secret ⇒ Boolean
Specifies whether a connection has a secret.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain where we get the connection.
7540 7541 7542 7543 7544 7545 7546 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7540 class GetConnectionInput < Struct.new( :domain_identifier, :identifier, :with_secret) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The connection ID.
7540 7541 7542 7543 7544 7545 7546 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7540 class GetConnectionInput < Struct.new( :domain_identifier, :identifier, :with_secret) SENSITIVE = [] include Aws::Structure end |
#with_secret ⇒ Boolean
Specifies whether a connection has a secret.
7540 7541 7542 7543 7544 7545 7546 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7540 class GetConnectionInput < Struct.new( :domain_identifier, :identifier, :with_secret) SENSITIVE = [] include Aws::Structure end |