Class: Aws::Types::ComponentDataConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ComponentDataConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifiers ⇒ ::Array[::String]
Returns the value of attribute identifiers.
-
#model ⇒ ::String
Returns the value of attribute model.
-
#predicate ⇒ Types::Predicate
Returns the value of attribute predicate.
-
#sort ⇒ ::Array[Types::SortProperty]
Returns the value of attribute sort.
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 |