Class: Aws::Types::GetWebACLRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


794
795
796
# File 'sig/types.rbs', line 794

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def name
  @name
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


793
794
795
# File 'sig/types.rbs', line 793

def scope
  @scope
end