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

#nameString

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

Returns:

  • (String)


9079
9080
9081
9082
9083
9084
9085
9086
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9079

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

#providerString

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

Returns:

  • (String)


9079
9080
9081
9082
9083
9084
9085
9086
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9079

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

#typeString

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

Returns:

  • (String)


9079
9080
9081
9082
9083
9084
9085
9086
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9079

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

#valueString

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

Returns:

  • (String)


9079
9080
9081
9082
9083
9084
9085
9086
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9079

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