Class: Aws::Types::CategoryProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#category_name::String

Returns the value of attribute category_name.

Returns:



82
83
84
# File 'sig/types.rbs', line 82

def category_name
  @category_name
end

#create_time::Time

Returns the value of attribute create_time.

Returns:



84
85
86
# File 'sig/types.rbs', line 84

def create_time
  @create_time
end

#input_type"REAL_TIME", "POST_CALL"

Returns the value of attribute input_type.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def input_type
  @input_type
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:



85
86
87
# File 'sig/types.rbs', line 85

def last_update_time
  @last_update_time
end

#rules::Array[Types::Rule]

Returns the value of attribute rules.

Returns:



83
84
85
# File 'sig/types.rbs', line 83

def rules
  @rules
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



86
87
88
# File 'sig/types.rbs', line 86

def tags
  @tags
end