Class: Aws::Types::CloudWatchLoggingOptionUpdate

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)


114
115
116
# File 'sig/types.rbs', line 114

def cloud_watch_logging_option_id
  @cloud_watch_logging_option_id
end

#log_stream_arn_update::String

Returns the value of attribute log_stream_arn_update.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def log_stream_arn_update
  @log_stream_arn_update
end

#role_arn_update::String

Returns the value of attribute role_arn_update.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def role_arn_update
  @role_arn_update
end