Class: Aws::Types::S3Configuration
- Inherits:
-
Object
- Object
- Aws::Types::S3Configuration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_identifier ⇒ ::String
Returns the value of attribute destination_identifier.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#destination_identifier ⇒ ::String
Returns the value of attribute destination_identifier.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def destination_identifier @destination_identifier end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def kms_key_id @kms_key_id end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def owner_account_id @owner_account_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def role_arn @role_arn end |