Class: Aws::Types::ImportFirewallDomainsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ImportFirewallDomainsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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
#id ⇒ ::String
Returns the value of attribute id.
682 683 684 |
# File 'sig/types.rbs', line 682 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
683 684 685 |
# File 'sig/types.rbs', line 683 def name @name end |
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
684 685 686 |
# File 'sig/types.rbs', line 684 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
685 686 687 |
# File 'sig/types.rbs', line 685 def @status_message end |