Class: Aws::Types::GetCustomDataIdentifierResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCustomDataIdentifierResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#deleted ⇒ Boolean
Returns the value of attribute deleted.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#ignore_words ⇒ ::Array[::String]
Returns the value of attribute ignore_words.
-
#keywords ⇒ ::Array[::String]
Returns the value of attribute keywords.
-
#maximum_match_distance ⇒ ::Integer
Returns the value of attribute maximum_match_distance.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#regex ⇒ ::String
Returns the value of attribute regex.
-
#severity_levels ⇒ ::Array[Types::SeverityLevel]
Returns the value of attribute severity_levels.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
817 818 819 |
# File 'sig/types.rbs', line 817 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
818 819 820 |
# File 'sig/types.rbs', line 818 def created_at @created_at end |
#deleted ⇒ Boolean
Returns the value of attribute deleted.
819 820 821 |
# File 'sig/types.rbs', line 819 def deleted @deleted end |
#description ⇒ ::String
Returns the value of attribute description.
820 821 822 |
# File 'sig/types.rbs', line 820 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
821 822 823 |
# File 'sig/types.rbs', line 821 def id @id end |
#ignore_words ⇒ ::Array[::String]
Returns the value of attribute ignore_words.
822 823 824 |
# File 'sig/types.rbs', line 822 def ignore_words @ignore_words end |
#keywords ⇒ ::Array[::String]
Returns the value of attribute keywords.
823 824 825 |
# File 'sig/types.rbs', line 823 def keywords @keywords end |
#maximum_match_distance ⇒ ::Integer
Returns the value of attribute maximum_match_distance.
824 825 826 |
# File 'sig/types.rbs', line 824 def maximum_match_distance @maximum_match_distance end |
#name ⇒ ::String
Returns the value of attribute name.
825 826 827 |
# File 'sig/types.rbs', line 825 def name @name end |
#regex ⇒ ::String
Returns the value of attribute regex.
826 827 828 |
# File 'sig/types.rbs', line 826 def regex @regex end |
#severity_levels ⇒ ::Array[Types::SeverityLevel]
Returns the value of attribute severity_levels.
827 828 829 |
# File 'sig/types.rbs', line 827 def severity_levels @severity_levels end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
828 829 830 |
# File 'sig/types.rbs', line 828 def @tags end |