Class: Aws::Types::UpdateAssetModelCompositeModelRequest

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_description::String

Returns the value of attribute asset_model_composite_model_description.

Returns:

  • (::String)


3626
3627
3628
# File 'sig/types.rbs', line 3626

def asset_model_composite_model_description
  @asset_model_composite_model_description
end

#asset_model_composite_model_external_id::String

Returns the value of attribute asset_model_composite_model_external_id.

Returns:

  • (::String)


3625
3626
3627
# File 'sig/types.rbs', line 3625

def asset_model_composite_model_external_id
  @asset_model_composite_model_external_id
end

#asset_model_composite_model_id::String

Returns the value of attribute asset_model_composite_model_id.

Returns:

  • (::String)


3624
3625
3626
# File 'sig/types.rbs', line 3624

def asset_model_composite_model_id
  @asset_model_composite_model_id
end

#asset_model_composite_model_name::String

Returns the value of attribute asset_model_composite_model_name.

Returns:

  • (::String)


3627
3628
3629
# File 'sig/types.rbs', line 3627

def asset_model_composite_model_name
  @asset_model_composite_model_name
end

#asset_model_composite_model_properties::Array[Types::AssetModelProperty]

Returns the value of attribute asset_model_composite_model_properties.

Returns:



3629
3630
3631
# File 'sig/types.rbs', line 3629

def asset_model_composite_model_properties
  @asset_model_composite_model_properties
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


3623
3624
3625
# File 'sig/types.rbs', line 3623

def asset_model_id
  @asset_model_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3628
3629
3630
# File 'sig/types.rbs', line 3628

def client_token
  @client_token
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


3630
3631
3632
# File 'sig/types.rbs', line 3630

def if_match
  @if_match
end

#if_none_match::String

Returns the value of attribute if_none_match.

Returns:

  • (::String)


3631
3632
3633
# File 'sig/types.rbs', line 3631

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


3632
3633
3634
# File 'sig/types.rbs', line 3632

def match_for_version_type
  @match_for_version_type
end