Class: Aws::Types::BatchGetFieldRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetFieldRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#fields ⇒ ::Array[Types::FieldIdentifier]
Returns the value of attribute fields.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
82 83 84 |
# File 'sig/types.rbs', line 82 def domain_id @domain_id end |
#fields ⇒ ::Array[Types::FieldIdentifier]
Returns the value of attribute fields.
83 84 85 |
# File 'sig/types.rbs', line 83 def fields @fields end |