Class: Aws::Types::TargetAction
- Inherits:
-
Object
- Object
- Aws::Types::TargetAction
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CreateSnapshot, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_snapshot ⇒ Types::CreateSnapshotScheduleActionParameters
Returns the value of attribute create_snapshot.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#create_snapshot ⇒ Types::CreateSnapshotScheduleActionParameters
Returns the value of attribute create_snapshot.
986 987 988 |
# File 'sig/types.rbs', line 986 def create_snapshot @create_snapshot end |
#unknown ⇒ Object
Returns the value of attribute unknown.
987 988 989 |
# File 'sig/types.rbs', line 987 def unknown @unknown end |