Class: Aws::Types::AllowDenyList

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)


59
60
61
# File 'sig/types.rbs', line 59

def arn
  @arn
end

#created_time::String

Returns the value of attribute created_time.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def name
  @name
end

#updated_time::String

Returns the value of attribute updated_time.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def updated_time
  @updated_time
end

#variable_type::String

Returns the value of attribute variable_type.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def variable_type
  @variable_type
end