Class: Aws::Types::ApiKeys
- Inherits:
-
Object
- Object
- Aws::Types::ApiKeys
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::ApiKey]
Returns the value of attribute items.
-
#position ⇒ ::String
Returns the value of attribute position.
-
#warnings ⇒ ::Array[::String]
Returns the value of attribute warnings.
Instance Attribute Details
#items ⇒ ::Array[Types::ApiKey]
Returns the value of attribute items.
48 49 50 |
# File 'sig/types.rbs', line 48 def items @items end |
#position ⇒ ::String
Returns the value of attribute position.
47 48 49 |
# File 'sig/types.rbs', line 47 def position @position end |
#warnings ⇒ ::Array[::String]
Returns the value of attribute warnings.
46 47 48 |
# File 'sig/types.rbs', line 46 def warnings @warnings end |