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)


8196
8197
8198
8199
8200
8201
8202
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8196

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

#identifierString

The ID of the asset type.

Returns:

  • (String)


8196
8197
8198
8199
8200
8201
8202
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8196

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

#revisionString

The revision of the asset type.

Returns:

  • (String)


8196
8197
8198
8199
8200
8201
8202
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8196

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