Class: Aws::Types::DescribeDryRunProgressRequest

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)


837
838
839
# File 'sig/types.rbs', line 837

def domain_name
  @domain_name
end

#dry_run_id::String

Returns the value of attribute dry_run_id.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def dry_run_id
  @dry_run_id
end

#load_dry_run_configBoolean

Returns the value of attribute load_dry_run_config.

Returns:

  • (Boolean)


839
840
841
# File 'sig/types.rbs', line 839

def load_dry_run_config
  @load_dry_run_config
end