Class: Aws::Types::ComponentDataConfiguration

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#identifiers ⇒ ::Array[::String]

Returns the value of attribute identifiers.



211
212
213
# File 'sig/types.rbs', line 211

def identifiers
  @identifiers
end

#model ⇒ ::String

Returns the value of attribute model.



208
209
210
# File 'sig/types.rbs', line 208

def model
  @model
end

#predicate ⇒ Types::Predicate

Returns the value of attribute predicate.



210
211
212
# File 'sig/types.rbs', line 210

def predicate
  @predicate
end

#sort ⇒ ::Array[Types::SortProperty]

Returns the value of attribute sort.



209
210
211
# File 'sig/types.rbs', line 209

def sort
  @sort
end