Class: Aws::DataZone::Types::PutResourceConfiguration

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

Overview

The resource configuration that is used to configure the environment blueprint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

The description of the resource configuration.

Returns:

  • (String)


18880
18881
18882
18883
18884
18885
18886
18887
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18880

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

#name ⇒ String

The name of the resource configuration.

Returns:

  • (String)


18880
18881
18882
18883
18884
18885
18886
18887
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18880

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

#parameters ⇒ Hash<String,String>

The parameters of the resource configuration.

Returns:

  • (Hash<String,String>)


18880
18881
18882
18883
18884
18885
18886
18887
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18880

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

#region ⇒ String

The Amazon Web Services Region of the resource configuration.

Returns:

  • (String)


18880
18881
18882
18883
18884
18885
18886
18887
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18880

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