Class: Aws::Types::FlowAssociationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


3958
3959
3960
# File 'sig/types.rbs', line 3958

def flow_id
  @flow_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


3957
3958
3959
# File 'sig/types.rbs', line 3957

def resource_id
  @resource_id
end

#resource_type"WHATSAPP_MESSAGING_PHONE_NUMBER", ...

Returns the value of attribute resource_type.

Returns:

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


3959
3960
3961
# File 'sig/types.rbs', line 3959

def resource_type
  @resource_type
end