Class: Aws::Types::CreateApiDestinationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arn::String

Returns the value of attribute connection_arn.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def connection_arn
  @connection_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def description
  @description
end

#http_method"POST", ...

Returns the value of attribute http_method.

Returns:

  • ("POST", "GET", "HEAD", "OPTIONS", "PUT", "PATCH", "DELETE")


171
172
173
# File 'sig/types.rbs', line 171

def http_method
  @http_method
end

#invocation_endpoint::String

Returns the value of attribute invocation_endpoint.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def invocation_endpoint
  @invocation_endpoint
end

#invocation_rate_limit_per_second::Integer

Returns the value of attribute invocation_rate_limit_per_second.

Returns:

  • (::Integer)


172
173
174
# File 'sig/types.rbs', line 172

def invocation_rate_limit_per_second
  @invocation_rate_limit_per_second
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def name
  @name
end