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.
8712 8713 8714 8715 8716 8717 8718 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8712 class GetConnectionInput < Struct.new( :domain_identifier, :identifier, :with_secret) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The connection ID.
8712 8713 8714 8715 8716 8717 8718 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8712 class GetConnectionInput < Struct.new( :domain_identifier, :identifier, :with_secret) SENSITIVE = [] include Aws::Structure end |
#with_secret ⇒ Boolean
Specifies whether a connection has a secret.
8712 8713 8714 8715 8716 8717 8718 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8712 class GetConnectionInput < Struct.new( :domain_identifier, :identifier, :with_secret) SENSITIVE = [] include Aws::Structure end |