Class: Aws::Types::GetDataSetResponse

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)


454
455
456
# File 'sig/types.rbs', line 454

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")


455
456
457
# File 'sig/types.rbs', line 455

def asset_type
  @asset_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


456
457
458
# File 'sig/types.rbs', line 456

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


457
458
459
# File 'sig/types.rbs', line 457

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def name
  @name
end

#origin"OWNED", "ENTITLED"

Returns the value of attribute origin.

Returns:

  • ("OWNED", "ENTITLED")


460
461
462
# File 'sig/types.rbs', line 460

def origin
  @origin
end

#origin_detailsTypes::OriginDetails

Returns the value of attribute origin_details.



461
462
463
# File 'sig/types.rbs', line 461

def origin_details
  @origin_details
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def source_id
  @source_id
end

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

Returns the value of attribute tags.

Returns:

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


463
464
465
# File 'sig/types.rbs', line 463

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


464
465
466
# File 'sig/types.rbs', line 464

def updated_at
  @updated_at
end