Class: Aws::CloudTrail::Types::StartLoggingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::StartLoggingRequest
- Includes:
- Structure
- Defined in:
- 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`
4552 4553 4554 4555 4556 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4552 class StartLoggingRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |