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.
7689 7690 7691 7692 7693 7694 7695 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7689 class GetConnectionInput < Struct.new( :domain_identifier, :identifier, :with_secret) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The connection ID.
7689 7690 7691 7692 7693 7694 7695 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7689 class GetConnectionInput < Struct.new( :domain_identifier, :identifier, :with_secret) SENSITIVE = [] include Aws::Structure end |
#with_secret ⇒ Boolean
Specifies whether a connection has a secret.
7689 7690 7691 7692 7693 7694 7695 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7689 class GetConnectionInput < Struct.new( :domain_identifier, :identifier, :with_secret) SENSITIVE = [] include Aws::Structure end |