Class: Aws::Types::CreateAssetModelCompositeModelRequest

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)


876
877
878
# File 'sig/types.rbs', line 876

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)


873
874
875
# File 'sig/types.rbs', line 873

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)


875
876
877
# File 'sig/types.rbs', line 875

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)


877
878
879
# File 'sig/types.rbs', line 877

def asset_model_composite_model_name
  @asset_model_composite_model_name
end

#asset_model_composite_model_properties::Array[Types::AssetModelPropertyDefinition]

Returns the value of attribute asset_model_composite_model_properties.



881
882
883
# File 'sig/types.rbs', line 881

def asset_model_composite_model_properties
  @asset_model_composite_model_properties
end

#asset_model_composite_model_type::String

Returns the value of attribute asset_model_composite_model_type.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def asset_model_composite_model_type
  @asset_model_composite_model_type
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


872
873
874
# File 'sig/types.rbs', line 872

def asset_model_id
  @asset_model_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def client_token
  @client_token
end

#composed_asset_model_id::String

Returns the value of attribute composed_asset_model_id.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def composed_asset_model_id
  @composed_asset_model_id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def if_match
  @if_match
end

#if_none_match::String

Returns the value of attribute if_none_match.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

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


884
885
886
# File 'sig/types.rbs', line 884

def match_for_version_type
  @match_for_version_type
end

#parent_asset_model_composite_model_id::String

Returns the value of attribute parent_asset_model_composite_model_id.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def parent_asset_model_composite_model_id
  @parent_asset_model_composite_model_id
end