Class: Aws::Types::Signer
- Inherits:
-
Object
- Object
- Aws::Types::Signer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_number ⇒ ::String
Returns the value of attribute aws_account_number.
-
#key_pair_ids ⇒ Types::KeyPairIds
Returns the value of attribute key_pair_ids.
Instance Attribute Details
#aws_account_number ⇒ ::String
Returns the value of attribute aws_account_number.
3377 3378 3379 |
# File 'sig/types.rbs', line 3377 def aws_account_number @aws_account_number end |
#key_pair_ids ⇒ Types::KeyPairIds
Returns the value of attribute key_pair_ids.
3378 3379 3380 |
# File 'sig/types.rbs', line 3378 def key_pair_ids @key_pair_ids end |