Class: Aws::Types::AllowListSummary

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)


62
63
64
# File 'sig/types.rbs', line 62

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


63
64
65
# File 'sig/types.rbs', line 63

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def name
  @name
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


67
68
69
# File 'sig/types.rbs', line 67

def updated_at
  @updated_at
end