Class: Aws::Types::CreateResolverQueryLogConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateResolverQueryLogConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
233 234 235 |
# File 'sig/types.rbs', line 233 def creator_request_id @creator_request_id end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
232 233 234 |
# File 'sig/types.rbs', line 232 def destination_arn @destination_arn end |
#name ⇒ ::String
Returns the value of attribute name.
231 232 233 |
# File 'sig/types.rbs', line 231 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
234 235 236 |
# File 'sig/types.rbs', line 234 def @tags end |