Class: Aws::Types::DeleteAssetModelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def asset_model_id
  @asset_model_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def client_token
  @client_token
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def if_match
  @if_match
end

#if_none_match::String

Returns the value of attribute if_none_match.

Returns:

  • (::String)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def if_none_match
  @if_none_match
end

#match_for_version_type"LATEST", "ACTIVE"

Returns the value of attribute match_for_version_type.

Returns:

  • ("LATEST", "ACTIVE")


1323
1324
1325
# File 'sig/types.rbs', line 1323

def match_for_version_type
  @match_for_version_type
end