Class: Aws::Types::LogsLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::CloudWatchLogsConfig

Returns the value of attribute cloud_watch_logs.



871
872
873
# File 'sig/types.rbs', line 871

def cloud_watch_logs
  @cloud_watch_logs
end

#cloud_watch_logs_arn::String

Returns the value of attribute cloud_watch_logs_arn.

Returns:

  • (::String)


869
870
871
# File 'sig/types.rbs', line 869

def cloud_watch_logs_arn
  @cloud_watch_logs_arn
end

Returns the value of attribute deep_link.

Returns:

  • (::String)


867
868
869
# File 'sig/types.rbs', line 867

def deep_link
  @deep_link
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def group_name
  @group_name
end

Returns the value of attribute s3_deep_link.

Returns:

  • (::String)


868
869
870
# File 'sig/types.rbs', line 868

def s3_deep_link
  @s3_deep_link
end

#s3_logsTypes::S3LogsConfig

Returns the value of attribute s3_logs.

Returns:



872
873
874
# File 'sig/types.rbs', line 872

def s3_logs
  @s3_logs
end

#s3_logs_arn::String

Returns the value of attribute s3_logs_arn.

Returns:

  • (::String)


870
871
872
# File 'sig/types.rbs', line 870

def s3_logs_arn
  @s3_logs_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


866
867
868
# File 'sig/types.rbs', line 866

def stream_name
  @stream_name
end