Class: Aws::Types::GetAssetResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def arn
  @arn
end

#asset_detailsTypes::AssetDetails

Returns the value of attribute asset_details.

Returns:



411
412
413
# File 'sig/types.rbs', line 411

def asset_details
  @asset_details
end

#asset_type"S3_SNAPSHOT", ...

Returns the value of attribute asset_type.

Returns:

  • ("S3_SNAPSHOT", "REDSHIFT_DATA_SHARE", "API_GATEWAY_API", "S3_DATA_ACCESS", "LAKE_FORMATION_DATA_PERMISSION")


412
413
414
# File 'sig/types.rbs', line 412

def asset_type
  @asset_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


413
414
415
# File 'sig/types.rbs', line 413

def created_at
  @created_at
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def data_set_id
  @data_set_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def name
  @name
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def revision_id
  @revision_id
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def source_id
  @source_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


419
420
421
# File 'sig/types.rbs', line 419

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


420
421
422
# File 'sig/types.rbs', line 420

def updated_at
  @updated_at
end