Class: Aws::Types::TaskTemplateConstraints

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#invisible_fields::Array[Types::InvisibleFieldInfo]

Returns the value of attribute invisible_fields.

Returns:



8213
8214
8215
# File 'sig/types.rbs', line 8213

def invisible_fields
  @invisible_fields
end

#read_only_fields::Array[Types::ReadOnlyFieldInfo]

Returns the value of attribute read_only_fields.

Returns:



8212
8213
8214
# File 'sig/types.rbs', line 8212

def read_only_fields
  @read_only_fields
end

#required_fields::Array[Types::RequiredFieldInfo]

Returns the value of attribute required_fields.

Returns:



8211
8212
8213
# File 'sig/types.rbs', line 8211

def required_fields
  @required_fields
end