Class: Aws::CloudTrail::Types::GetTrailRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GetTrailRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudtrail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name or the Amazon Resource Name (ARN) of the trail for which you want to retrieve settings information.
Instance Attribute Details
#name ⇒ String
The name or the Amazon Resource Name (ARN) of the trail for which you want to retrieve settings information.
2404 2405 2406 2407 2408 |
# File 'lib/aws-sdk-cloudtrail/types.rb', line 2404 class GetTrailRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |