Class: Aws::Types::UpdateFieldRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


1286
1287
1288
# File 'sig/types.rbs', line 1286

def description
  @description
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def field_id
  @field_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def name
  @name
end