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.
17869 17870 17871 |
# File 'sig/types.rbs', line 17869 def bucket @bucket end |
#fault ⇒ Types::SpotInstanceStateFault
Returns the value of attribute fault.
17870 17871 17872 |
# File 'sig/types.rbs', line 17870 def fault @fault end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17871 17872 17873 |
# File 'sig/types.rbs', line 17871 def owner_id @owner_id end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
17872 17873 17874 |
# File 'sig/types.rbs', line 17872 def prefix @prefix end |
#state ⇒ "Active", "Inactive"
Returns the value of attribute state.
17873 17874 17875 |
# File 'sig/types.rbs', line 17873 def state @state end |