Class: Aws::Types::BatchPutFieldOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutFieldOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#options ⇒ ::Array[Types::FieldOption]
Returns the value of attribute options.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
94 95 96 |
# File 'sig/types.rbs', line 94 def domain_id @domain_id end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
95 96 97 |
# File 'sig/types.rbs', line 95 def field_id @field_id end |
#options ⇒ ::Array[Types::FieldOption]
Returns the value of attribute options.
96 97 98 |
# File 'sig/types.rbs', line 96 def @options end |