Class: Aws::Types::CreateFieldRequest

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.



309
310
311
# File 'sig/types.rbs', line 309

def attributes
  @attributes
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def description
  @description
end

#domain_id ⇒ ::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def domain_id
  @domain_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def name
  @name
end

#type ⇒ "Text", ...

Returns the value of attribute type.

Returns:

  • ("Text", "Number", "Boolean", "DateTime", "SingleSelect", "Url", "User")


307
308
309
# File 'sig/types.rbs', line 307

def type
  @type
end