Class: Aws::Types::FirewallDomainList
- Inherits:
-
Object
- Object
- Aws::Types::FirewallDomainList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#category ⇒ ::String
Returns the value of attribute category.
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#domain_count ⇒ ::Integer
Returns the value of attribute domain_count.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#managed_list_type ⇒ "THREAT", "CONTENT"
Returns the value of attribute managed_list_type.
-
#managed_owner_name ⇒ ::String
Returns the value of attribute managed_owner_name.
-
#modification_time ⇒ ::String
Returns the value of attribute modification_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
416 417 418 |
# File 'sig/types.rbs', line 416 def arn @arn end |
#category ⇒ ::String
Returns the value of attribute category.
425 426 427 |
# File 'sig/types.rbs', line 425 def category @category end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
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.
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.
418 419 420 |
# File 'sig/types.rbs', line 418 def domain_count @domain_count end |
#id ⇒ ::String
Returns the value of attribute id.
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.
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.
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.
424 425 426 |
# File 'sig/types.rbs', line 424 def modification_time @modification_time end |
#name ⇒ ::String
Returns the value of attribute name.
417 418 419 |
# File 'sig/types.rbs', line 417 def name @name end |
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
419 420 421 |
# File 'sig/types.rbs', line 419 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
420 421 422 |
# File 'sig/types.rbs', line 420 def @status_message end |