Class: Aws::Types::KGKeyPairIds
- Inherits:
-
Object
- Object
- Aws::Types::KGKeyPairIds
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_group_id ⇒ ::String
Returns the value of attribute key_group_id.
-
#key_pair_ids ⇒ Types::KeyPairIds
Returns the value of attribute key_pair_ids.
Instance Attribute Details
#key_group_id ⇒ ::String
Returns the value of attribute key_group_id.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def key_group_id @key_group_id end |
#key_pair_ids ⇒ Types::KeyPairIds
Returns the value of attribute key_pair_ids.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def key_pair_ids @key_pair_ids end |