Class: Aws::Types::UpdateFirewallDomainsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFirewallDomainsResponse
- 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.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def name @name end |
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def @status_message end |