Class: Aws::Types::DeletePracticeRunConfigurationResponse

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)


89
90
91
# File 'sig/types.rbs', line 89

def arn
  @arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def name
  @name
end

#zonal_autoshift_status ⇒ "ENABLED", "DISABLED"

Returns the value of attribute zonal_autoshift_status.

Returns:

  • ("ENABLED", "DISABLED")


91
92
93
# File 'sig/types.rbs', line 91

def zonal_autoshift_status
  @zonal_autoshift_status
end