Method: Aws::CloudTrail::Types::StartLoggingRequest#name
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
#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`
4856 4857 4858 4859 4860 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 4856 class StartLoggingRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |