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)


17869
17870
17871
# File 'sig/types.rbs', line 17869

def bucket
  @bucket
end

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

Returns:

  • (::String)


17871
17872
17873
# File 'sig/types.rbs', line 17871

def owner_id
  @owner_id
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


17872
17873
17874
# File 'sig/types.rbs', line 17872

def prefix
  @prefix
end

#state"Active", "Inactive"

Returns the value of attribute state.

Returns:

  • ("Active", "Inactive")


17873
17874
17875
# File 'sig/types.rbs', line 17873

def state
  @state
end