Class: Aws::Types::GetFlowAssociationResponse

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)


4115
4116
4117
# File 'sig/types.rbs', line 4115

def flow_id
  @flow_id
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


4114
4115
4116
# File 'sig/types.rbs', line 4114

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")


4116
4117
4118
# File 'sig/types.rbs', line 4116

def resource_type
  @resource_type
end