Class: Aws::GuardDuty::Types::DomainDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Contains information about the domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain information for the Amazon Web Services API call.

Returns:

  • (String)


2557
2558
2559
2560
2561
# File 'lib/aws-sdk-guardduty/types.rb', line 2557

class DomainDetails < Struct.new(
  :domain)
  SENSITIVE = []
  include Aws::Structure
end