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:



8339
8340
8341
# File 'sig/types.rbs', line 8339

def invisible_fields
  @invisible_fields
end

#read_only_fields::Array[Types::ReadOnlyFieldInfo]

Returns the value of attribute read_only_fields.

Returns:



8338
8339
8340
# File 'sig/types.rbs', line 8338

def read_only_fields
  @read_only_fields
end

#required_fields::Array[Types::RequiredFieldInfo]

Returns the value of attribute required_fields.

Returns:



8337
8338
8339
# File 'sig/types.rbs', line 8337

def required_fields
  @required_fields
end