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)


3162
3163
3164
# File 'sig/types.rbs', line 3162

def bucket
  @bucket
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3161
3162
3163
# File 'sig/types.rbs', line 3161

def dry_run
  @dry_run
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


3163
3164
3165
# File 'sig/types.rbs', line 3163

def prefix
  @prefix
end