Class: Aws::Types::GetProtectionStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetProtectionStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_account_id ⇒ ::String
Returns the value of attribute admin_account_id.
-
#data ⇒ ::String
Returns the value of attribute data.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_type ⇒ "WAF", ...
Returns the value of attribute service_type.
Instance Attribute Details
#admin_account_id ⇒ ::String
Returns the value of attribute admin_account_id.
417 418 419 |
# File 'sig/types.rbs', line 417 def admin_account_id @admin_account_id end |
#data ⇒ ::String
Returns the value of attribute data.
419 420 421 |
# File 'sig/types.rbs', line 419 def data @data end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
420 421 422 |
# File 'sig/types.rbs', line 420 def next_token @next_token end |
#service_type ⇒ "WAF", ...
Returns the value of attribute service_type.
418 419 420 |
# File 'sig/types.rbs', line 418 def service_type @service_type end |