Class: Aws::DataZone::Types::Resource

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

Overview

The details of a provisioned resource of this Amazon DataZone environment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ String

The name of a provisioned resource of this Amazon DataZone environment.

Returns:

  • (String)


19781
19782
19783
19784
19785
19786
19787
19788
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19781

class Resource < Struct.new(
  :provider,
  :name,
  :value,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#provider ⇒ String

The provider of a provisioned resource of this Amazon DataZone environment.

Returns:

  • (String)


19781
19782
19783
19784
19785
19786
19787
19788
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19781

class Resource < Struct.new(
  :provider,
  :name,
  :value,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#type ⇒ String

The type of a provisioned resource of this Amazon DataZone environment.

Returns:

  • (String)


19781
19782
19783
19784
19785
19786
19787
19788
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19781

class Resource < Struct.new(
  :provider,
  :name,
  :value,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#value ⇒ String

The value of a provisioned resource of this Amazon DataZone environment.

Returns:

  • (String)


19781
19782
19783
19784
19785
19786
19787
19788
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19781

class Resource < Struct.new(
  :provider,
  :name,
  :value,
  :type)
  SENSITIVE = []
  include Aws::Structure
end