Class: Aws::Types::RegexPatternSetSummary

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)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1445
1446
1447
# File 'sig/types.rbs', line 1445

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1444
1445
1446
# File 'sig/types.rbs', line 1444

def id
  @id
end

#lock_token::String

Returns the value of attribute lock_token.

Returns:

  • (::String)


1446
1447
1448
# File 'sig/types.rbs', line 1446

def lock_token
  @lock_token
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1443
1444
1445
# File 'sig/types.rbs', line 1443

def name
  @name
end