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.
17890 17891 17892 |
# File 'sig/types.rbs', line 17890 def bucket @bucket end |
#fault ⇒ Types::SpotInstanceStateFault
Returns the value of attribute fault.
17891 17892 17893 |
# File 'sig/types.rbs', line 17891 def fault @fault end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17892 17893 17894 |
# File 'sig/types.rbs', line 17892 def owner_id @owner_id end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
17893 17894 17895 |
# File 'sig/types.rbs', line 17893 def prefix @prefix end |
#state ⇒ "Active", "Inactive"
Returns the value of attribute state.
17894 17895 17896 |
# File 'sig/types.rbs', line 17894 def state @state end |