Class: Aws::Types::GetManagedResourceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#applied_weights ⇒ ::Hash[::String, ::Float]

Returns the value of attribute applied_weights.

Returns:

  • (::Hash[::String, ::Float])


111
112
113
# File 'sig/types.rbs', line 111

def applied_weights
  @applied_weights
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def arn
  @arn
end

#autoshifts ⇒ ::Array[Types::AutoshiftInResource]

Returns the value of attribute autoshifts.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def autoshifts
  @autoshifts
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def name
  @name
end

#practice_run_configuration ⇒ Types::PracticeRunConfiguration

Returns the value of attribute practice_run_configuration.



114
115
116
# File 'sig/types.rbs', line 114

def practice_run_configuration
  @practice_run_configuration
end

#zonal_autoshift_status ⇒ "ENABLED", "DISABLED"

Returns the value of attribute zonal_autoshift_status.

Returns:

  • ("ENABLED", "DISABLED")


115
116
117
# File 'sig/types.rbs', line 115

def zonal_autoshift_status
  @zonal_autoshift_status
end

#zonal_shifts ⇒ ::Array[Types::ZonalShiftInResource]

Returns the value of attribute zonal_shifts.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def zonal_shifts
  @zonal_shifts
end