Class: Aws::CloudTrail::Types::StartLoggingRequest

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

Overview

The request to CloudTrail to start logging Amazon Web Services API calls for an account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs Amazon Web Services API calls. The following is the format of a trail ARN.

arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail

Returns:

  • (String)


4878
4879
4880
4881
4882
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4878

class StartLoggingRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end