Class: Aws::DataZone::Types::DataProductRevision
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DataProductRevision
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The data product revision.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp at which the data product revision was created.
-
#created_by ⇒ String
The user who created the data product revision.
-
#domain_id ⇒ String
The ID of the domain where the data product revision lives.
-
#id ⇒ String
The ID of the data product revision.
-
#revision ⇒ String
The data product revision.
Instance Attribute Details
#created_at ⇒ Time
The timestamp at which the data product revision was created.
4266 4267 4268 4269 4270 4271 4272 4273 4274 |
# File 'lib/aws-sdk-datazone/types.rb', line 4266 class DataProductRevision < Struct.new( :created_at, :created_by, :domain_id, :id, :revision) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user who created the data product revision.
4266 4267 4268 4269 4270 4271 4272 4273 4274 |
# File 'lib/aws-sdk-datazone/types.rb', line 4266 class DataProductRevision < Struct.new( :created_at, :created_by, :domain_id, :id, :revision) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The ID of the domain where the data product revision lives.
4266 4267 4268 4269 4270 4271 4272 4273 4274 |
# File 'lib/aws-sdk-datazone/types.rb', line 4266 class DataProductRevision < Struct.new( :created_at, :created_by, :domain_id, :id, :revision) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the data product revision.
4266 4267 4268 4269 4270 4271 4272 4273 4274 |
# File 'lib/aws-sdk-datazone/types.rb', line 4266 class DataProductRevision < Struct.new( :created_at, :created_by, :domain_id, :id, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The data product revision.
4266 4267 4268 4269 4270 4271 4272 4273 4274 |
# File 'lib/aws-sdk-datazone/types.rb', line 4266 class DataProductRevision < Struct.new( :created_at, :created_by, :domain_id, :id, :revision) SENSITIVE = [] include Aws::Structure end |