Class: Aws::Types::UpdateApiDestinationRequest

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)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def connection_arn
  @connection_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def description
  @description
end

#http_method"POST", ...

Returns the value of attribute http_method.

Returns:

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


1056
1057
1058
# File 'sig/types.rbs', line 1056

def http_method
  @http_method
end

#invocation_endpoint::String

Returns the value of attribute invocation_endpoint.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def invocation_endpoint
  @invocation_endpoint
end

#invocation_rate_limit_per_second::Integer

Returns the value of attribute invocation_rate_limit_per_second.

Returns:

  • (::Integer)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def invocation_rate_limit_per_second
  @invocation_rate_limit_per_second
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1052
1053
1054
# File 'sig/types.rbs', line 1052

def name
  @name
end