Class: Aws::CloudTrail::Types::StartLoggingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::StartLoggingRequest
- 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
-
#name ⇒ String
Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs Amazon Web Services API calls.
Instance Attribute Details
#name ⇒ String
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
4590 4591 4592 4593 4594 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4590 class StartLoggingRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |