Class: Aws::Types::CreateUserAccessLoggingSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserAccessLoggingSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#kinesis_stream_arn ⇒ ::String
Returns the value of attribute kinesis_stream_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
322 323 324 |
# File 'sig/types.rbs', line 322 def client_token @client_token end |
#kinesis_stream_arn ⇒ ::String
Returns the value of attribute kinesis_stream_arn.
320 321 322 |
# File 'sig/types.rbs', line 320 def kinesis_stream_arn @kinesis_stream_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
321 322 323 |
# File 'sig/types.rbs', line 321 def @tags end |