Class: Aws::Types::UpdatePracticeRunConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def arn
  @arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def name
  @name
end

#practice_run_configuration ⇒ Types::PracticeRunConfiguration

Returns the value of attribute practice_run_configuration.



244
245
246
# File 'sig/types.rbs', line 244

def practice_run_configuration
  @practice_run_configuration
end

#zonal_autoshift_status ⇒ "ENABLED", "DISABLED"

Returns the value of attribute zonal_autoshift_status.

Returns:

  • ("ENABLED", "DISABLED")


243
244
245
# File 'sig/types.rbs', line 243

def zonal_autoshift_status
  @zonal_autoshift_status
end