Class: Aws::Types::UpgradeDomainRequest

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])


2492
2493
2494
# File 'sig/types.rbs', line 2492

def advanced_options
  @advanced_options
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2489
2490
2491
# File 'sig/types.rbs', line 2489

def domain_name
  @domain_name
end

#perform_check_onlyBoolean

Returns the value of attribute perform_check_only.

Returns:

  • (Boolean)


2491
2492
2493
# File 'sig/types.rbs', line 2491

def perform_check_only
  @perform_check_only
end

#target_version::String

Returns the value of attribute target_version.

Returns:

  • (::String)


2490
2491
2492
# File 'sig/types.rbs', line 2490

def target_version
  @target_version
end