Class: Aws::Macie2::Types::DomainDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Provides information about the domain name of the device that an entity used to perform an action on an affected resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Returns:

  • (String)


2133
2134
2135
2136
2137
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2133

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