Class: Aws::Types::SpotDatafeedSubscription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


17233
17234
17235
# File 'sig/types.rbs', line 17233

def bucket
  @bucket
end

#faultTypes::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.

Returns:

  • (::String)


17235
17236
17237
# File 'sig/types.rbs', line 17235

def owner_id
  @owner_id
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


17236
17237
17238
# File 'sig/types.rbs', line 17236

def prefix
  @prefix
end

#state"Active", "Inactive"

Returns the value of attribute state.

Returns:

  • ("Active", "Inactive")


17237
17238
17239
# File 'sig/types.rbs', line 17237

def state
  @state
end