Class: Aws::Types::Model

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def content_type
  @content_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1796
1797
1798
# File 'sig/types.rbs', line 1796

def description
  @description
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


1797
1798
1799
# File 'sig/types.rbs', line 1797

def model_id
  @model_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1798
1799
1800
# File 'sig/types.rbs', line 1798

def name
  @name
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


1799
1800
1801
# File 'sig/types.rbs', line 1799

def schema
  @schema
end