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.
8397 8398 8399 8400 8401 8402 8403 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8397 class GetConnectionInput < Struct.new( :domain_identifier, :identifier, :with_secret) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The connection ID.
8397 8398 8399 8400 8401 8402 8403 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8397 class GetConnectionInput < Struct.new( :domain_identifier, :identifier, :with_secret) SENSITIVE = [] include Aws::Structure end |
#with_secret ⇒ Boolean
Specifies whether a connection has a secret.
8397 8398 8399 8400 8401 8402 8403 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8397 class GetConnectionInput < Struct.new( :domain_identifier, :identifier, :with_secret) SENSITIVE = [] include Aws::Structure end |