Class: Aws::Types::Model
- Inherits:
-
Object
- Object
- Aws::Types::Model
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema ⇒ ::String
Returns the value of attribute schema.
Instance Attribute Details
#content_type ⇒ ::String
Returns the value of attribute content_type.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def description @description end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def model_id @model_id end |
#name ⇒ ::String
Returns the value of attribute name.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def schema @schema end |