Class: Aws::Types::CreateUserAccessLoggingSettingsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



321
322
323
# File 'sig/types.rbs', line 321

def tags
  @tags
end