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)


17890
17891
17892
# File 'sig/types.rbs', line 17890

def bucket
  @bucket
end

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

Returns:

  • (::String)


17892
17893
17894
# File 'sig/types.rbs', line 17892

def owner_id
  @owner_id
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


17893
17894
17895
# File 'sig/types.rbs', line 17893

def prefix
  @prefix
end

#state"Active", "Inactive"

Returns the value of attribute state.

Returns:

  • ("Active", "Inactive")


17894
17895
17896
# File 'sig/types.rbs', line 17894

def state
  @state
end