Class: Aws::Types::UpdateAssetResponse

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)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def arn
  @arn
end

#asset_detailsTypes::AssetDetails

Returns the value of attribute asset_details.

Returns:



1088
1089
1090
# File 'sig/types.rbs', line 1088

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


1089
1090
1091
# File 'sig/types.rbs', line 1089

def asset_type
  @asset_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def created_at
  @created_at
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def data_set_id
  @data_set_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def name
  @name
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def revision_id
  @revision_id
end

#source_id::String

Returns the value of attribute source_id.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def source_id
  @source_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def updated_at
  @updated_at
end