Class: Aws::Types::GetCustomDataIdentifierResponse

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)


817
818
819
# File 'sig/types.rbs', line 817

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


818
819
820
# File 'sig/types.rbs', line 818

def created_at
  @created_at
end

#deletedBoolean

Returns the value of attribute deleted.

Returns:

  • (Boolean)


819
820
821
# File 'sig/types.rbs', line 819

def deleted
  @deleted
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


820
821
822
# File 'sig/types.rbs', line 820

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def id
  @id
end

#ignore_words::Array[::String]

Returns the value of attribute ignore_words.

Returns:

  • (::Array[::String])


822
823
824
# File 'sig/types.rbs', line 822

def ignore_words
  @ignore_words
end

#keywords::Array[::String]

Returns the value of attribute keywords.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


825
826
827
# File 'sig/types.rbs', line 825

def name
  @name
end

#regex::String

Returns the value of attribute regex.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Hash[::String, ::String])


828
829
830
# File 'sig/types.rbs', line 828

def tags
  @tags
end