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.
12549 12550 12551 12552 12553 12554 12555 12556 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12549 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.
12549 12550 12551 12552 12553 12554 12555 12556 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12549 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.
12549 12550 12551 12552 12553 12554 12555 12556 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12549 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.
12549 12550 12551 12552 12553 12554 12555 12556 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12549 class Resource < Struct.new( :name, :provider, :type, :value) SENSITIVE = [] include Aws::Structure end |