Class: Aws::Types::IpamRoutingPolicyRegistrationDelta
- Inherits:
-
Object
- Object
- Aws::Types::IpamRoutingPolicyRegistrationDelta
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delta_id ⇒ ::String
Returns the value of attribute delta_id.
-
#delta_json ⇒ ::String
Returns the value of attribute delta_json.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#state_message ⇒ ::String
Returns the value of attribute state_message.
Instance Attribute Details
#delta_id ⇒ ::String
Returns the value of attribute delta_id.
12901 12902 12903 |
# File 'sig/types.rbs', line 12901 def delta_id @delta_id end |
#delta_json ⇒ ::String
Returns the value of attribute delta_json.
12902 12903 12904 |
# File 'sig/types.rbs', line 12902 def delta_json @delta_json end |
#state ⇒ "pending", ...
Returns the value of attribute state.
12903 12904 12905 |
# File 'sig/types.rbs', line 12903 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
12904 12905 12906 |
# File 'sig/types.rbs', line 12904 def @state_message end |