Class: Aws::DataZone::Types::GetAssetTypeInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the Amazon DataZone domain in which the asset type exists.

Returns:

  • (String)


4614
4615
4616
4617
4618
4619
4620
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4614

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

#identifierString

The ID of the asset type.

Returns:

  • (String)


4614
4615
4616
4617
4618
4619
4620
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4614

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

#revisionString

The revision of the asset type.

Returns:

  • (String)


4614
4615
4616
4617
4618
4619
4620
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4614

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