Class: Aws::Types::UpdateFieldRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFieldRequest
- 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.
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#attributes ⇒ Types::FieldAttributes
Returns the value of attribute attributes.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def attributes @attributes end |
#description ⇒ ::String
Returns the value of attribute description.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def domain_id @domain_id end |
#field_id ⇒ ::String
Returns the value of attribute field_id.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def field_id @field_id end |
#name ⇒ ::String
Returns the value of attribute name.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def name @name end |