Class: Aws::Types::CloudWatchLoggingOptionDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logging_option_id::String

Returns the value of attribute cloud_watch_logging_option_id.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def cloud_watch_logging_option_id
  @cloud_watch_logging_option_id
end

#log_stream_arn::String

Returns the value of attribute log_stream_arn.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def log_stream_arn
  @log_stream_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def role_arn
  @role_arn
end