Class: Aws::Types::CreateAssetModelRequest

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::AssetModelCompositeModelDefinition]

Returns the value of attribute asset_model_composite_models.



904
905
906
# File 'sig/types.rbs', line 904

def asset_model_composite_models
  @asset_model_composite_models
end

#asset_model_description::String

Returns the value of attribute asset_model_description.

Returns:

  • (::String)


901
902
903
# File 'sig/types.rbs', line 901

def asset_model_description
  @asset_model_description
end

#asset_model_external_id::String

Returns the value of attribute asset_model_external_id.

Returns:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def asset_model_external_id
  @asset_model_external_id
end

#asset_model_hierarchies::Array[Types::AssetModelHierarchyDefinition]

Returns the value of attribute asset_model_hierarchies.



903
904
905
# File 'sig/types.rbs', line 903

def asset_model_hierarchies
  @asset_model_hierarchies
end

#asset_model_id::String

Returns the value of attribute asset_model_id.

Returns:

  • (::String)


899
900
901
# File 'sig/types.rbs', line 899

def asset_model_id
  @asset_model_id
end

#asset_model_name::String

Returns the value of attribute asset_model_name.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def asset_model_name
  @asset_model_name
end

#asset_model_properties::Array[Types::AssetModelPropertyDefinition]

Returns the value of attribute asset_model_properties.



902
903
904
# File 'sig/types.rbs', line 902

def asset_model_properties
  @asset_model_properties
end

#asset_model_type"ASSET_MODEL", ...

Returns the value of attribute asset_model_type.

Returns:

  • ("ASSET_MODEL", "COMPONENT_MODEL", "INTERFACE")


898
899
900
# File 'sig/types.rbs', line 898

def asset_model_type
  @asset_model_type
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def client_token
  @client_token
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


906
907
908
# File 'sig/types.rbs', line 906

def tags
  @tags
end