Class: Aws::Types::FirewallDomainList

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)


416
417
418
# File 'sig/types.rbs', line 416

def arn
  @arn
end

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def category
  @category
end

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


423
424
425
# File 'sig/types.rbs', line 423

def creation_time
  @creation_time
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def creator_request_id
  @creator_request_id
end

#domain_count::Integer

Returns the value of attribute domain_count.

Returns:

  • (::Integer)


418
419
420
# File 'sig/types.rbs', line 418

def domain_count
  @domain_count
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


415
416
417
# File 'sig/types.rbs', line 415

def id
  @id
end

#managed_list_type"THREAT", "CONTENT"

Returns the value of attribute managed_list_type.

Returns:

  • ("THREAT", "CONTENT")


426
427
428
# File 'sig/types.rbs', line 426

def managed_list_type
  @managed_list_type
end

#managed_owner_name::String

Returns the value of attribute managed_owner_name.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def managed_owner_name
  @managed_owner_name
end

#modification_time::String

Returns the value of attribute modification_time.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def modification_time
  @modification_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def name
  @name
end

#status"COMPLETE", ...

Returns the value of attribute status.

Returns:

  • ("COMPLETE", "COMPLETE_IMPORT_FAILED", "IMPORTING", "DELETING", "UPDATING")


419
420
421
# File 'sig/types.rbs', line 419

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def status_message
  @status_message
end