Class: Aws::Types::FieldSummary

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.



580
581
582
# File 'sig/types.rbs', line 580

def attributes
  @attributes
end

#field_arn ⇒ ::String

Returns the value of attribute field_arn.

Returns:

  • (::String)


576
577
578
# File 'sig/types.rbs', line 576

def field_arn
  @field_arn
end

#field_id ⇒ ::String

Returns the value of attribute field_id.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def field_id
  @field_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def name
  @name
end

#namespace ⇒ "System", "Custom"

Returns the value of attribute namespace.

Returns:

  • ("System", "Custom")


579
580
581
# File 'sig/types.rbs', line 579

def namespace
  @namespace
end

#type ⇒ "Text", ...

Returns the value of attribute type.

Returns:

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


578
579
580
# File 'sig/types.rbs', line 578

def type
  @type
end