Class: Aws::DataZone::Types::Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::Resource
- 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
-
#name ⇒ String
The name of a provisioned resource of this Amazon DataZone environment.
-
#provider ⇒ String
The provider of a provisioned resource of this Amazon DataZone environment.
-
#type ⇒ String
The type of a provisioned resource of this Amazon DataZone environment.
-
#value ⇒ String
The value of a provisioned resource of this Amazon DataZone environment.
Instance Attribute Details
#name ⇒ String
The name of a provisioned resource of this Amazon DataZone environment.
16099 16100 16101 16102 16103 16104 16105 16106 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16099 class Resource < Struct.new( :name, :provider, :type, :value) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ String
The provider of a provisioned resource of this Amazon DataZone environment.
16099 16100 16101 16102 16103 16104 16105 16106 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16099 class Resource < Struct.new( :name, :provider, :type, :value) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of a provisioned resource of this Amazon DataZone environment.
16099 16100 16101 16102 16103 16104 16105 16106 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16099 class Resource < Struct.new( :name, :provider, :type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of a provisioned resource of this Amazon DataZone environment.
16099 16100 16101 16102 16103 16104 16105 16106 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16099 class Resource < Struct.new( :name, :provider, :type, :value) SENSITIVE = [] include Aws::Structure end |