Class: Aws::Types::CreateAccessLogSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessLogSubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#service_network_log_type ⇒ "SERVICE", "RESOURCE"
Returns the value of attribute service_network_log_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
54 55 56 |
# File 'sig/types.rbs', line 54 def client_token @client_token end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
56 57 58 |
# File 'sig/types.rbs', line 56 def destination_arn @destination_arn end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
55 56 57 |
# File 'sig/types.rbs', line 55 def resource_identifier @resource_identifier end |
#service_network_log_type ⇒ "SERVICE", "RESOURCE"
Returns the value of attribute service_network_log_type.
57 58 59 |
# File 'sig/types.rbs', line 57 def service_network_log_type @service_network_log_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
58 59 60 |
# File 'sig/types.rbs', line 58 def @tags end |