Class: Aws::Types::GetAllowListResponse

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)


742
743
744
# File 'sig/types.rbs', line 742

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


743
744
745
# File 'sig/types.rbs', line 743

def created_at
  @created_at
end

#criteriaTypes::AllowListCriteria

Returns the value of attribute criteria.



744
745
746
# File 'sig/types.rbs', line 744

def criteria
  @criteria
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def name
  @name
end

#statusTypes::AllowListStatus

Returns the value of attribute status.



748
749
750
# File 'sig/types.rbs', line 748

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


749
750
751
# File 'sig/types.rbs', line 749

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


750
751
752
# File 'sig/types.rbs', line 750

def updated_at
  @updated_at
end