Class: Aws::GuardDuty::Types::DomainDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DomainDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain information for the Amazon Web Services API call.
Instance Attribute Details
#domain ⇒ String
The domain information for the Amazon Web Services API call.
2847 2848 2849 2850 2851 |
# File 'lib/aws-sdk-guardduty/types.rb', line 2847 class DomainDetails < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |