Class: Aws::Types::UpgradeElasticsearchDomainResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_progress_detailsTypes::ChangeProgressDetails

Returns the value of attribute change_progress_details.



1263
1264
1265
# File 'sig/types.rbs', line 1263

def change_progress_details
  @change_progress_details
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def domain_name
  @domain_name
end

#perform_check_onlyBoolean

Returns the value of attribute perform_check_only.

Returns:

  • (Boolean)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def perform_check_only
  @perform_check_only
end

#target_version::String

Returns the value of attribute target_version.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def target_version
  @target_version
end