Class: Aws::Glue::Types::PutAssetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp at which the asset was created.

Returns:

  • (Time)


23996
23997
23998
23999
24000
24001
24002
24003
24004
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23996

class PutAssetResponse < Struct.new(
  :id,
  :name,
  :description,
  :created_at,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the asset.

Returns:

  • (String)


23996
23997
23998
23999
24000
24001
24002
24003
24004
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23996

class PutAssetResponse < Struct.new(
  :id,
  :name,
  :description,
  :created_at,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end

#formsHash<String,Types::AssetFormEntry>

The forms attached to the asset, keyed by form name.

Returns:



23996
23997
23998
23999
24000
24001
24002
24003
24004
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23996

class PutAssetResponse < Struct.new(
  :id,
  :name,
  :description,
  :created_at,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the asset.

Returns:

  • (String)


23996
23997
23998
23999
24000
24001
24002
24003
24004
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23996

class PutAssetResponse < Struct.new(
  :id,
  :name,
  :description,
  :created_at,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the asset.

Returns:

  • (String)


23996
23997
23998
23999
24000
24001
24002
24003
24004
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23996

class PutAssetResponse < Struct.new(
  :id,
  :name,
  :description,
  :created_at,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end