Class: Aws::FMS::Types::GetAdminScopeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::GetAdminScopeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_account ⇒ String
The administrator account that you want to get the details for.
Instance Attribute Details
#admin_account ⇒ String
The administrator account that you want to get the details for.
1422 1423 1424 1425 1426 |
# File 'lib/aws-sdk-fms/types.rb', line 1422 class GetAdminScopeRequest < Struct.new( :admin_account) SENSITIVE = [] include Aws::Structure end |