Class: Aws::Types::CreateSpotDatafeedSubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSpotDatafeedSubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
3162 3163 3164 |
# File 'sig/types.rbs', line 3162 def bucket @bucket end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3161 3162 3163 |
# File 'sig/types.rbs', line 3161 def dry_run @dry_run end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
3163 3164 3165 |
# File 'sig/types.rbs', line 3163 def prefix @prefix end |