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.
-
#id ⇒ ::String
Returns the value of attribute 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.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def content_type @content_type end |
#description ⇒ ::String
Returns the value of attribute description.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def schema @schema end |