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)


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.

Returns:

  • (::String)


12908
12909
12910
# File 'sig/types.rbs', line 12908

def delta_json
  @delta_json
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


12909
12910
12911
# File 'sig/types.rbs', line 12909

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


12910
12911
12912
# File 'sig/types.rbs', line 12910

def state_message
  @state_message
end