Class: Aws::Types::UpdateMaintenanceWindowTargetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMaintenanceWindowTargetRequest
- 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.
-
#replace ⇒ Boolean
Returns the value of attribute replace.
-
#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.
4538 4539 4540 |
# File 'sig/types.rbs', line 4538 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
4537 4538 4539 |
# File 'sig/types.rbs', line 4537 def name @name end |
#owner_information ⇒ ::String
Returns the value of attribute owner_information.
4536 4537 4538 |
# File 'sig/types.rbs', line 4536 def owner_information @owner_information end |
#replace ⇒ Boolean
Returns the value of attribute replace.
4539 4540 4541 |
# File 'sig/types.rbs', line 4539 def replace @replace end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
4535 4536 4537 |
# File 'sig/types.rbs', line 4535 def targets @targets end |
#window_id ⇒ ::String
Returns the value of attribute window_id.
4533 4534 4535 |
# File 'sig/types.rbs', line 4533 def window_id @window_id end |
#window_target_id ⇒ ::String
Returns the value of attribute window_target_id.
4534 4535 4536 |
# File 'sig/types.rbs', line 4534 def window_target_id @window_target_id end |