Class: Aws::Types::HttpAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authTypes::HttpAuthorization

Returns the value of attribute auth.



2610
2611
2612
# File 'sig/types.rbs', line 2610

def auth
  @auth
end

#batch_configTypes::BatchConfig

Returns the value of attribute batch_config.

Returns:



2612
2613
2614
# File 'sig/types.rbs', line 2612

def batch_config
  @batch_config
end

#confirmation_url::String

Returns the value of attribute confirmation_url.

Returns:

  • (::String)


2608
2609
2610
# File 'sig/types.rbs', line 2608

def confirmation_url
  @confirmation_url
end

#enable_batchingBoolean

Returns the value of attribute enable_batching.

Returns:

  • (Boolean)


2611
2612
2613
# File 'sig/types.rbs', line 2611

def enable_batching
  @enable_batching
end

#headers::Array[Types::HttpActionHeader]

Returns the value of attribute headers.

Returns:



2609
2610
2611
# File 'sig/types.rbs', line 2609

def headers
  @headers
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2607
2608
2609
# File 'sig/types.rbs', line 2607

def url
  @url
end