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)


3274
3275
3276
# File 'sig/types.rbs', line 3274

def bucket
  @bucket
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3273
3274
3275
# File 'sig/types.rbs', line 3273

def dry_run
  @dry_run
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


3275
3276
3277
# File 'sig/types.rbs', line 3275

def prefix
  @prefix
end