Class: Aws::Types::CreateFieldRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFieldRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ Types::FieldAttributes
Returns the value of attribute attributes.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "Text", ...
Returns the value of attribute type.
Instance Attribute Details
#attributes ⇒ Types::FieldAttributes
Returns the value of attribute attributes.
309 310 311 |
# File 'sig/types.rbs', line 309 def attributes @attributes end |
#description ⇒ ::String
Returns the value of attribute description.
308 309 310 |
# File 'sig/types.rbs', line 308 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
305 306 307 |
# File 'sig/types.rbs', line 305 def domain_id @domain_id end |
#name ⇒ ::String
Returns the value of attribute name.
306 307 308 |
# File 'sig/types.rbs', line 306 def name @name end |
#type ⇒ "Text", ...
Returns the value of attribute type.
307 308 309 |
# File 'sig/types.rbs', line 307 def type @type end |