Class: Aws::CloudTrail::Types::DeleteTrailRequest

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

Overview

The request that specifies the name of a trail to delete.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Specifies the name or the CloudTrail ARN of the trail to be deleted. The following is the format of a trail ARN. arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail

Returns:

  • (String)


1767
1768
1769
1770
1771
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 1767

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