Class: Aws::Types::AssetEntry

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)


78
79
80
# File 'sig/types.rbs', line 78

def arn
  @arn
end

#asset_detailsTypes::AssetDetails

Returns the value of attribute asset_details.

Returns:



79
80
81
# File 'sig/types.rbs', line 79

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


80
81
82
# File 'sig/types.rbs', line 80

def asset_type
  @asset_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


81
82
83
# File 'sig/types.rbs', line 81

def created_at
  @created_at
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def data_set_id
  @data_set_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def name
  @name
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def revision_id
  @revision_id
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def source_id
  @source_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


87
88
89
# File 'sig/types.rbs', line 87

def updated_at
  @updated_at
end