Class: Aws::Types::DataSetEntry

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)


266
267
268
# File 'sig/types.rbs', line 266

def arn
  @arn
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")


267
268
269
# File 'sig/types.rbs', line 267

def asset_type
  @asset_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


268
269
270
# File 'sig/types.rbs', line 268

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def name
  @name
end

#origin"OWNED", "ENTITLED"

Returns the value of attribute origin.

Returns:

  • ("OWNED", "ENTITLED")


272
273
274
# File 'sig/types.rbs', line 272

def origin
  @origin
end

#origin_detailsTypes::OriginDetails

Returns the value of attribute origin_details.



273
274
275
# File 'sig/types.rbs', line 273

def origin_details
  @origin_details
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def source_id
  @source_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


275
276
277
# File 'sig/types.rbs', line 275

def updated_at
  @updated_at
end