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:



8043
8044
8045
# File 'sig/types.rbs', line 8043

def invisible_fields
  @invisible_fields
end

#read_only_fields::Array[Types::ReadOnlyFieldInfo]

Returns the value of attribute read_only_fields.

Returns:



8042
8043
8044
# File 'sig/types.rbs', line 8042

def read_only_fields
  @read_only_fields
end

#required_fields::Array[Types::RequiredFieldInfo]

Returns the value of attribute required_fields.

Returns:



8041
8042
8043
# File 'sig/types.rbs', line 8041

def required_fields
  @required_fields
end