Class: Aws::Types::DeleteBucketAccessKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBucketAccessKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
Instance Attribute Details
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
901 902 903 |
# File 'sig/types.rbs', line 901 def access_key_id @access_key_id end |
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
900 901 902 |
# File 'sig/types.rbs', line 900 def bucket_name @bucket_name end |