Class: Aws::Types::BatchPutFieldOptionsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



96
97
98
# File 'sig/types.rbs', line 96

def options
  @options
end