Class: Aws::Types::UpdateMaintenanceWindowTargetResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMaintenanceWindowTargetResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_information ⇒ ::String
Returns the value of attribute owner_information.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
-
#window_id ⇒ ::String
Returns the value of attribute window_id.
-
#window_target_id ⇒ ::String
Returns the value of attribute window_target_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
4549 4550 4551 |
# File 'sig/types.rbs', line 4549 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
4548 4549 4550 |
# File 'sig/types.rbs', line 4548 def name @name end |
#owner_information ⇒ ::String
Returns the value of attribute owner_information.
4547 4548 4549 |
# File 'sig/types.rbs', line 4547 def owner_information @owner_information end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
4546 4547 4548 |
# File 'sig/types.rbs', line 4546 def targets @targets end |
#window_id ⇒ ::String
Returns the value of attribute window_id.
4544 4545 4546 |
# File 'sig/types.rbs', line 4544 def window_id @window_id end |
#window_target_id ⇒ ::String
Returns the value of attribute window_target_id.
4545 4546 4547 |
# File 'sig/types.rbs', line 4545 def window_target_id @window_target_id end |