Class: Aws::Types::SpotDatafeedSubscription
- Inherits:
-
Object
- Object
- Aws::Types::SpotDatafeedSubscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#fault ⇒ Types::SpotInstanceStateFault
Returns the value of attribute fault.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#state ⇒ "Active", "Inactive"
Returns the value of attribute state.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
17530 17531 17532 |
# File 'sig/types.rbs', line 17530 def bucket @bucket end |
#fault ⇒ Types::SpotInstanceStateFault
Returns the value of attribute fault.
17531 17532 17533 |
# File 'sig/types.rbs', line 17531 def fault @fault end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17532 17533 17534 |
# File 'sig/types.rbs', line 17532 def owner_id @owner_id end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
17533 17534 17535 |
# File 'sig/types.rbs', line 17533 def prefix @prefix end |
#state ⇒ "Active", "Inactive"
Returns the value of attribute state.
17534 17535 17536 |
# File 'sig/types.rbs', line 17534 def state @state end |