Class: Aws::Types::CreateSpotDatafeedSubscriptionRequest

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)


3324
3325
3326
# File 'sig/types.rbs', line 3324

def bucket
  @bucket
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3323
3324
3325
# File 'sig/types.rbs', line 3323

def dry_run
  @dry_run
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


3325
3326
3327
# File 'sig/types.rbs', line 3325

def prefix
  @prefix
end