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.
12907 12908 12909 |
# File 'sig/types.rbs', line 12907 def delta_id @delta_id end |
#delta_json ⇒ ::String
Returns the value of attribute delta_json.
12908 12909 12910 |
# File 'sig/types.rbs', line 12908 def delta_json @delta_json end |
#state ⇒ "pending", ...
Returns the value of attribute state.
12909 12910 12911 |
# File 'sig/types.rbs', line 12909 def state @state end |
#state_message ⇒ ::String
Returns the value of attribute state_message.
12910 12911 12912 |
# File 'sig/types.rbs', line 12910 def @state_message end |