Class: Aws::DataZone::Types::GetConnectionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the domain where we get the connection.

Returns:

  • (String)


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

#identifierString

The connection ID.

Returns:

  • (String)


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_secretBoolean

Specifies whether a connection has a secret.

Returns:

  • (Boolean)


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