Class: Aws::Types::FirewallDomainListMetadata
- Inherits:
-
Object
- Object
- Aws::Types::FirewallDomainListMetadata
- 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.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
432 433 434 |
# File 'sig/types.rbs', line 432 def arn @arn end |
#category ⇒ ::String
Returns the value of attribute category.
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.
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.
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.
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.
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.
433 434 435 |
# File 'sig/types.rbs', line 433 def name @name end |