Class: Aws::Types::KeyNameConstraint

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#match_any_prefix::Array[::String]

Returns the value of attribute match_any_prefix.



1043
1044
1045
# File 'sig/types.rbs', line 1043

def match_any_prefix
  @match_any_prefix
end

#match_any_substring::Array[::String]

Returns the value of attribute match_any_substring.



1045
1046
1047
# File 'sig/types.rbs', line 1045

def match_any_substring
  @match_any_substring
end

#match_any_suffix::Array[::String]

Returns the value of attribute match_any_suffix.



1044
1045
1046
# File 'sig/types.rbs', line 1044

def match_any_suffix
  @match_any_suffix
end