Class: Aws::FMS::Types::GetAdminAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::GetAdminAccountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_account ⇒ String
The account that is set as the Firewall Manager default administrator.
-
#role_status ⇒ String
The status of the account that you set as the Firewall Manager default administrator.
Instance Attribute Details
#admin_account ⇒ String
The account that is set as the Firewall Manager default administrator.
1409 1410 1411 1412 1413 1414 |
# File 'lib/aws-sdk-fms/types.rb', line 1409 class GetAdminAccountResponse < Struct.new( :admin_account, :role_status) SENSITIVE = [] include Aws::Structure end |
#role_status ⇒ String
The status of the account that you set as the Firewall Manager default administrator.
1409 1410 1411 1412 1413 1414 |
# File 'lib/aws-sdk-fms/types.rb', line 1409 class GetAdminAccountResponse < Struct.new( :admin_account, :role_status) SENSITIVE = [] include Aws::Structure end |