Class: Aws::Types::VastRequestConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


1359
1360
1361
# File 'sig/types.rbs', line 1359

def body
  @body
end

#headers::Hash[::String, ::String]

Returns the value of attribute headers.

Returns:

  • (::Hash[::String, ::String])


1360
1361
1362
# File 'sig/types.rbs', line 1360

def headers
  @headers
end

#method_type"GET", "POST"

Returns the value of attribute method_type.

Returns:

  • ("GET", "POST")


1356
1357
1358
# File 'sig/types.rbs', line 1356

def method_type
  @method_type
end

#output::Hash[::String, ::String]

Returns the value of attribute output.

Returns:

  • (::Hash[::String, ::String])


1355
1356
1357
# File 'sig/types.rbs', line 1355

def output
  @output
end

#request_timeout_milliseconds::Integer

Returns the value of attribute request_timeout_milliseconds.

Returns:

  • (::Integer)


1357
1358
1359
# File 'sig/types.rbs', line 1357

def request_timeout_milliseconds
  @request_timeout_milliseconds
end

#runtime"JSONATA"

Returns the value of attribute runtime.

Returns:

  • ("JSONATA")


1354
1355
1356
# File 'sig/types.rbs', line 1354

def runtime
  @runtime
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1358
1359
1360
# File 'sig/types.rbs', line 1358

def url
  @url
end