Class: Aws::Types::WebhookAuthConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_ip_range::String

Returns the value of attribute allowed_ip_range.

Returns:

  • (::String)


1489
1490
1491
# File 'sig/types.rbs', line 1489

def allowed_ip_range
  @allowed_ip_range
end

#secret_token::String

Returns the value of attribute secret_token.

Returns:

  • (::String)


1490
1491
1492
# File 'sig/types.rbs', line 1490

def secret_token
  @secret_token
end