Class: Aws::Types::UpgradeDomainResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_options::Hash[::String, ::String]

Returns the value of attribute advanced_options.

Returns:

  • (::Hash[::String, ::String])


2501
2502
2503
# File 'sig/types.rbs', line 2501

def advanced_options
  @advanced_options
end

#change_progress_detailsTypes::ChangeProgressDetails

Returns the value of attribute change_progress_details.



2502
2503
2504
# File 'sig/types.rbs', line 2502

def change_progress_details
  @change_progress_details
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2498
2499
2500
# File 'sig/types.rbs', line 2498

def domain_name
  @domain_name
end

#perform_check_onlyBoolean

Returns the value of attribute perform_check_only.

Returns:

  • (Boolean)


2500
2501
2502
# File 'sig/types.rbs', line 2500

def perform_check_only
  @perform_check_only
end

#target_version::String

Returns the value of attribute target_version.

Returns:

  • (::String)


2499
2500
2501
# File 'sig/types.rbs', line 2499

def target_version
  @target_version
end

#upgrade_id::String

Returns the value of attribute upgrade_id.

Returns:

  • (::String)


2497
2498
2499
# File 'sig/types.rbs', line 2497

def upgrade_id
  @upgrade_id
end