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.
17233 17234 17235 |
# File 'sig/types.rbs', line 17233 def bucket @bucket end |
#fault ⇒ Types::SpotInstanceStateFault
Returns the value of attribute fault.
17234 17235 17236 |
# File 'sig/types.rbs', line 17234 def fault @fault end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17235 17236 17237 |
# File 'sig/types.rbs', line 17235 def owner_id @owner_id end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
17236 17237 17238 |
# File 'sig/types.rbs', line 17236 def prefix @prefix end |
#state ⇒ "Active", "Inactive"
Returns the value of attribute state.
17237 17238 17239 |
# File 'sig/types.rbs', line 17237 def state @state end |