Class: Aws::Types::UpdateAccessLogSubscriptionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccessLogSubscriptionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def arn @arn end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def destination_arn @destination_arn end |
#id ⇒ ::String
Returns the value of attribute id.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def id @id end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def resource_id @resource_id end |