Class: Aws::Types::UpdateAccessLogSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccessLogSubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_log_subscription_identifier ⇒ ::String
Returns the value of attribute access_log_subscription_identifier.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
Instance Attribute Details
#access_log_subscription_identifier ⇒ ::String
Returns the value of attribute access_log_subscription_identifier.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def access_log_subscription_identifier @access_log_subscription_identifier end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def destination_arn @destination_arn end |