Class: Aws::Types::CreateAccessLogSubscriptionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessLogSubscriptionResponse
- 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.
-
#service_network_log_type ⇒ "SERVICE", "RESOURCE"
Returns the value of attribute service_network_log_type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
64 65 66 |
# File 'sig/types.rbs', line 64 def arn @arn end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
68 69 70 |
# File 'sig/types.rbs', line 68 def destination_arn @destination_arn end |
#id ⇒ ::String
Returns the value of attribute id.
63 64 65 |
# File 'sig/types.rbs', line 63 def id @id end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
66 67 68 |
# File 'sig/types.rbs', line 66 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
65 66 67 |
# File 'sig/types.rbs', line 65 def resource_id @resource_id end |
#service_network_log_type ⇒ "SERVICE", "RESOURCE"
Returns the value of attribute service_network_log_type.
67 68 69 |
# File 'sig/types.rbs', line 67 def service_network_log_type @service_network_log_type end |