Class: Aws::Types::UpdateAssetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def asset_id
  @asset_id
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def data_set_id
  @data_set_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def name
  @name
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def revision_id
  @revision_id
end