Class: Aws::DataZone::Types::ResourceConfiguration

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

Overview

The details of the resource configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the resource configuration.

Returns:

  • (String)


19288
19289
19290
19291
19292
19293
19294
19295
19296
# File 'lib/aws-sdk-datazone/types.rb', line 19288

class ResourceConfiguration < Struct.new(
  :identifier,
  :name,
  :description,
  :region,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The identifier of the resource configuration.

Returns:

  • (String)


19288
19289
19290
19291
19292
19293
19294
19295
19296
# File 'lib/aws-sdk-datazone/types.rb', line 19288

class ResourceConfiguration < Struct.new(
  :identifier,
  :name,
  :description,
  :region,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource configuration.

Returns:

  • (String)


19288
19289
19290
19291
19292
19293
19294
19295
19296
# File 'lib/aws-sdk-datazone/types.rb', line 19288

class ResourceConfiguration < Struct.new(
  :identifier,
  :name,
  :description,
  :region,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,String>

The parameters of the resource configuration.

Returns:

  • (Hash<String,String>)


19288
19289
19290
19291
19292
19293
19294
19295
19296
# File 'lib/aws-sdk-datazone/types.rb', line 19288

class ResourceConfiguration < Struct.new(
  :identifier,
  :name,
  :description,
  :region,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon Web Services Region of the resource configuration.

Returns:

  • (String)


19288
19289
19290
19291
19292
19293
19294
19295
19296
# File 'lib/aws-sdk-datazone/types.rb', line 19288

class ResourceConfiguration < Struct.new(
  :identifier,
  :name,
  :description,
  :region,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end