Class: Aws::Types::FieldGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fields ⇒ ::Array[Types::FieldItem]

Returns the value of attribute fields.

Returns:



539
540
541
# File 'sig/types.rbs', line 539

def fields
  @fields
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def name
  @name
end