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.
12358 12359 12360 |
# File 'sig/types.rbs', line 12358 def aws_account_id @aws_account_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12359 12360 12361 |
# File 'sig/types.rbs', line 12359 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12360 12361 12362 |
# File 'sig/types.rbs', line 12360 def status @status end |