Class: Aws::ElasticsearchService::Types::DomainInfo

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Specifies the ‘DomainName`.

Returns:

  • (String)


1453
1454
1455
1456
1457
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1453

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