Class: Aws::EC2::Types::VerifiedAccessLogCloudWatchLogsDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Options for CloudWatch Logs as a logging destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_status ⇒ Types::VerifiedAccessLogDeliveryStatus

The delivery status for access logs.



90321
90322
90323
90324
90325
90326
90327
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 90321

class VerifiedAccessLogCloudWatchLogsDestination < Struct.new(
  :enabled,
  :delivery_status,
  :log_group)
  SENSITIVE = []
  include Aws::Structure
end

#enabled ⇒ Boolean

Indicates whether logging is enabled.

Returns:

  • (Boolean)


90321
90322
90323
90324
90325
90326
90327
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 90321

class VerifiedAccessLogCloudWatchLogsDestination < Struct.new(
  :enabled,
  :delivery_status,
  :log_group)
  SENSITIVE = []
  include Aws::Structure
end

#log_group ⇒ String

The ID of the CloudWatch Logs log group.

Returns:

  • (String)


90321
90322
90323
90324
90325
90326
90327
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 90321

class VerifiedAccessLogCloudWatchLogsDestination < Struct.new(
  :enabled,
  :delivery_status,
  :log_group)
  SENSITIVE = []
  include Aws::Structure
end