Class: Aws::Types::PublicKeyList
- Inherits:
-
Object
- Object
- Aws::Types::PublicKeyList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::PublicKeySummary]
Returns the value of attribute items.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[Types::PublicKeySummary]
Returns the value of attribute items.
3068 3069 3070 |
# File 'sig/types.rbs', line 3068 def items @items end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
3066 3067 3068 |
# File 'sig/types.rbs', line 3066 def max_items @max_items end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
3065 3066 3067 |
# File 'sig/types.rbs', line 3065 def next_marker @next_marker end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
3067 3068 3069 |
# File 'sig/types.rbs', line 3067 def quantity @quantity end |