Class: Aws::Types::BatchGetFlowAssociationRequest

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)


730
731
732
# File 'sig/types.rbs', line 730

def instance_id
  @instance_id
end

#resource_ids::Array[::String]

Returns the value of attribute resource_ids.

Returns:

  • (::Array[::String])


731
732
733
# File 'sig/types.rbs', line 731

def resource_ids
  @resource_ids
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")


732
733
734
# File 'sig/types.rbs', line 732

def resource_type
  @resource_type
end