Class: Aws::DataZone::Types::GetDataProductInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the domain where the data product lives.

Returns:

  • (String)


6520
6521
6522
6523
6524
6525
6526
# File 'lib/aws-sdk-datazone/types.rb', line 6520

class GetDataProductInput < Struct.new(
  :domain_identifier,
  :identifier,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the data product.

Returns:

  • (String)


6520
6521
6522
6523
6524
6525
6526
# File 'lib/aws-sdk-datazone/types.rb', line 6520

class GetDataProductInput < Struct.new(
  :domain_identifier,
  :identifier,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#revisionString

The revision of the data product.

Returns:

  • (String)


6520
6521
6522
6523
6524
6525
6526
# File 'lib/aws-sdk-datazone/types.rb', line 6520

class GetDataProductInput < Struct.new(
  :domain_identifier,
  :identifier,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end