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

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

Overview

The details of the resource configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

The description of the resource configuration.

Returns:

  • (String)


19814
19815
19816
19817
19818
19819
19820
19821
19822
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19814

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

#identifier ⇒ String

The identifier of the resource configuration.

Returns:

  • (String)


19814
19815
19816
19817
19818
19819
19820
19821
19822
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19814

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

#name ⇒ String

The name of the resource configuration.

Returns:

  • (String)


19814
19815
19816
19817
19818
19819
19820
19821
19822
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19814

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

#parameters ⇒ Hash<String,String>

The parameters of the resource configuration.

Returns:

  • (Hash<String,String>)


19814
19815
19816
19817
19818
19819
19820
19821
19822
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19814

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

#region ⇒ String

The Amazon Web Services Region of the resource configuration.

Returns:

  • (String)


19814
19815
19816
19817
19818
19819
19820
19821
19822
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19814

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