Class: Aws::Types::DeleteAssetModelCompositeModelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_model_composite_model_id::String

Returns the value of attribute asset_model_composite_model_id.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def asset_model_composite_model_id
  @asset_model_composite_model_id
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def asset_model_id
  @asset_model_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def client_token
  @client_token
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def if_match
  @if_match
end

#if_none_match::String

Returns the value of attribute if_none_match.

Returns:

  • (::String)


1292
1293
1294
# File 'sig/types.rbs', line 1292

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


1293
1294
1295
# File 'sig/types.rbs', line 1293

def match_for_version_type
  @match_for_version_type
end