Class: Aws::AuditManager::Types::GetSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The list of setting attribute enum values.
Instance Attribute Details
#attribute ⇒ String
The list of setting attribute enum values.
3082 3083 3084 3085 3086 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3082 class GetSettingsRequest < Struct.new( :attribute) SENSITIVE = [] include Aws::Structure end |