Class: Aws::Types::GetManagedResourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetManagedResourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applied_weights ⇒ ::Hash[::String, ::Float]
Returns the value of attribute applied_weights.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#autoshifts ⇒ ::Array[Types::AutoshiftInResource]
Returns the value of attribute autoshifts.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#practice_run_configuration ⇒ Types::PracticeRunConfiguration
Returns the value of attribute practice_run_configuration.
-
#zonal_autoshift_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute zonal_autoshift_status.
-
#zonal_shifts ⇒ ::Array[Types::ZonalShiftInResource]
Returns the value of attribute zonal_shifts.
Instance Attribute Details
#applied_weights ⇒ ::Hash[::String, ::Float]
Returns the value of attribute applied_weights.
111 112 113 |
# File 'sig/types.rbs', line 111 def applied_weights @applied_weights end |
#arn ⇒ ::String
Returns the value of attribute arn.
109 110 111 |
# File 'sig/types.rbs', line 109 def arn @arn end |
#autoshifts ⇒ ::Array[Types::AutoshiftInResource]
Returns the value of attribute autoshifts.
113 114 115 |
# File 'sig/types.rbs', line 113 def autoshifts @autoshifts end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
112 113 114 |
# File 'sig/types.rbs', line 112 def zonal_shifts @zonal_shifts end |