Class: Aws::Types::CreatePracticeRunConfigurationResponse

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)


76
77
78
# File 'sig/types.rbs', line 76

def arn
  @arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def name
  @name
end

#practice_run_configuration ⇒ Types::PracticeRunConfiguration

Returns the value of attribute practice_run_configuration.



79
80
81
# File 'sig/types.rbs', line 79

def practice_run_configuration
  @practice_run_configuration
end

#zonal_autoshift_status ⇒ "ENABLED", "DISABLED"

Returns the value of attribute zonal_autoshift_status.

Returns:

  • ("ENABLED", "DISABLED")


78
79
80
# File 'sig/types.rbs', line 78

def zonal_autoshift_status
  @zonal_autoshift_status
end