Class: Aws::Types::UpdateAssetModelRequest

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_models::Array[Types::AssetModelCompositeModel]

Returns the value of attribute asset_model_composite_models.

Returns:



3691
3692
3693
# File 'sig/types.rbs', line 3691

def asset_model_composite_models
  @asset_model_composite_models
end

#asset_model_description::String

Returns the value of attribute asset_model_description.

Returns:

  • (::String)


3688
3689
3690
# File 'sig/types.rbs', line 3688

def asset_model_description
  @asset_model_description
end

#asset_model_external_id::String

Returns the value of attribute asset_model_external_id.

Returns:

  • (::String)


3686
3687
3688
# File 'sig/types.rbs', line 3686

def asset_model_external_id
  @asset_model_external_id
end

#asset_model_hierarchies::Array[Types::AssetModelHierarchy]

Returns the value of attribute asset_model_hierarchies.

Returns:



3690
3691
3692
# File 'sig/types.rbs', line 3690

def asset_model_hierarchies
  @asset_model_hierarchies
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


3685
3686
3687
# File 'sig/types.rbs', line 3685

def asset_model_id
  @asset_model_id
end

#asset_model_name::String

Returns the value of attribute asset_model_name.

Returns:

  • (::String)


3687
3688
3689
# File 'sig/types.rbs', line 3687

def asset_model_name
  @asset_model_name
end

#asset_model_properties::Array[Types::AssetModelProperty]

Returns the value of attribute asset_model_properties.

Returns:



3689
3690
3691
# File 'sig/types.rbs', line 3689

def asset_model_properties
  @asset_model_properties
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3692
3693
3694
# File 'sig/types.rbs', line 3692

def client_token
  @client_token
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


3693
3694
3695
# File 'sig/types.rbs', line 3693

def if_match
  @if_match
end

#if_none_match::String

Returns the value of attribute if_none_match.

Returns:

  • (::String)


3694
3695
3696
# File 'sig/types.rbs', line 3694

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


3695
3696
3697
# File 'sig/types.rbs', line 3695

def match_for_version_type
  @match_for_version_type
end