Class: Aws::Types::WebACLSummary

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)


1989
1990
1991
# File 'sig/types.rbs', line 1989

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1987
1988
1989
# File 'sig/types.rbs', line 1987

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1986
1987
1988
# File 'sig/types.rbs', line 1986

def id
  @id
end

#lock_token::String

Returns the value of attribute lock_token.

Returns:

  • (::String)


1988
1989
1990
# File 'sig/types.rbs', line 1988

def lock_token
  @lock_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1985
1986
1987
# File 'sig/types.rbs', line 1985

def name
  @name
end