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)


17530
17531
17532
# File 'sig/types.rbs', line 17530

def bucket
  @bucket
end

#faultTypes::SpotInstanceStateFault

Returns the value of attribute fault.



17531
17532
17533
# File 'sig/types.rbs', line 17531

def fault
  @fault
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17532
17533
17534
# File 'sig/types.rbs', line 17532

def owner_id
  @owner_id
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


17533
17534
17535
# File 'sig/types.rbs', line 17533

def prefix
  @prefix
end

#state"Active", "Inactive"

Returns the value of attribute state.

Returns:

  • ("Active", "Inactive")


17534
17535
17536
# File 'sig/types.rbs', line 17534

def state
  @state
end