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 AWS account that is set as the AWS Firewall Manager administrator.
-
#role_status ⇒ String
The status of the AWS account that you set as the AWS Firewall Manager administrator.
Instance Attribute Details
#admin_account ⇒ String
The AWS account that is set as the AWS Firewall Manager administrator.
539 540 541 542 543 544 |
# File 'lib/aws-sdk-fms/types.rb', line 539 class GetAdminAccountResponse < Struct.new( :admin_account, :role_status) SENSITIVE = [] include Aws::Structure end |
#role_status ⇒ String
The status of the AWS account that you set as the AWS Firewall Manager administrator.
539 540 541 542 543 544 |
# File 'lib/aws-sdk-fms/types.rb', line 539 class GetAdminAccountResponse < Struct.new( :admin_account, :role_status) SENSITIVE = [] include Aws::Structure end |