Class: Aws::Types::CompositeModelProperty

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_propertyTypes::Property

Returns the value of attribute asset_property.

Returns:



696
697
698
# File 'sig/types.rbs', line 696

def asset_property
  @asset_property
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def external_id
  @external_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def type
  @type
end