Class: Aws::Types::CancelDomainConfigChangeRequest

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)


306
307
308
# File 'sig/types.rbs', line 306

def domain_name
  @domain_name
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


307
308
309
# File 'sig/types.rbs', line 307

def dry_run
  @dry_run
end