Class: Aws::Types::CreateSnapshotScheduleMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotScheduleMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#next_invocations ⇒ ::Integer
Returns the value of attribute next_invocations.
-
#schedule_definitions ⇒ ::Array[::String]
Returns the value of attribute schedule_definitions.
-
#schedule_description ⇒ ::String
Returns the value of attribute schedule_description.
-
#schedule_identifier ⇒ ::String
Returns the value of attribute schedule_identifier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
740 741 742 |
# File 'sig/types.rbs', line 740 def dry_run @dry_run end |
#next_invocations ⇒ ::Integer
Returns the value of attribute next_invocations.
741 742 743 |
# File 'sig/types.rbs', line 741 def next_invocations @next_invocations end |
#schedule_definitions ⇒ ::Array[::String]
Returns the value of attribute schedule_definitions.
736 737 738 |
# File 'sig/types.rbs', line 736 def schedule_definitions @schedule_definitions end |
#schedule_description ⇒ ::String
Returns the value of attribute schedule_description.
738 739 740 |
# File 'sig/types.rbs', line 738 def schedule_description @schedule_description end |
#schedule_identifier ⇒ ::String
Returns the value of attribute schedule_identifier.
737 738 739 |
# File 'sig/types.rbs', line 737 def schedule_identifier @schedule_identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
739 740 741 |
# File 'sig/types.rbs', line 739 def @tags end |