Class: Aws::Types::IpamRoutingPolicyRegistrationDelta

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delta_id::String

Returns the value of attribute delta_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


12902
12903
12904
# File 'sig/types.rbs', line 12902

def delta_json
  @delta_json
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "published", "failed")


12903
12904
12905
# File 'sig/types.rbs', line 12903

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


12904
12905
12906
# File 'sig/types.rbs', line 12904

def state_message
  @state_message
end