Class: Aws::Types::DisassociateFlowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2944
2945
2946
# File 'sig/types.rbs', line 2944

def instance_id
  @instance_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


2945
2946
2947
# File 'sig/types.rbs', line 2945

def resource_id
  @resource_id
end

#resource_type"SMS_PHONE_NUMBER", ...

Returns the value of attribute resource_type.

Returns:

  • ("SMS_PHONE_NUMBER", "INBOUND_EMAIL", "OUTBOUND_EMAIL", "ANALYTICS_CONNECTOR", "WHATSAPP_MESSAGING_PHONE_NUMBER")


2946
2947
2948
# File 'sig/types.rbs', line 2946

def resource_type
  @resource_type
end