Class: Aws::Types::UpgradeElasticsearchDomainRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def domain_name
  @domain_name
end

#perform_check_onlyBoolean

Returns the value of attribute perform_check_only.

Returns:

  • (Boolean)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def perform_check_only
  @perform_check_only
end

#target_version::String

Returns the value of attribute target_version.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def target_version
  @target_version
end