Class: Aws::Types::FirewallDomainListMetadata

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)


432
433
434
# File 'sig/types.rbs', line 432

def arn
  @arn
end

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def category
  @category
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def creator_request_id
  @creator_request_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def id
  @id
end

#managed_list_type"THREAT", "CONTENT"

Returns the value of attribute managed_list_type.

Returns:

  • ("THREAT", "CONTENT")


436
437
438
# File 'sig/types.rbs', line 436

def managed_list_type
  @managed_list_type
end

#managed_owner_name::String

Returns the value of attribute managed_owner_name.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def managed_owner_name
  @managed_owner_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def name
  @name
end