Class: Aws::Types::UpdateIpRestrictionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIpRestrictionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12800 12801 12802 |
# File 'sig/types.rbs', line 12800 def aws_account_id @aws_account_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12801 12802 12803 |
# File 'sig/types.rbs', line 12801 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12802 12803 12804 |
# File 'sig/types.rbs', line 12802 def status @status end |