Class: Aws::CloudTrail::Types::GetTrailRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::GetTrailRequest
- Defined in:
- gems/aws-sdk-cloudtrail/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.
2584 2585 2586 2587 2588 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 2584 class GetTrailRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |