Class: Aws::GuardDuty::Types::MemberAdditionalConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::MemberAdditionalConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Information about the additional configuration for the member account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the additional configuration.
-
#status ⇒ String
Status of the additional configuration.
Instance Attribute Details
#name ⇒ String
Name of the additional configuration.
5732 5733 5734 5735 5736 5737 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5732 class MemberAdditionalConfiguration < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the additional configuration.
5732 5733 5734 5735 5736 5737 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5732 class MemberAdditionalConfiguration < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |