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)


724
725
726
# File 'sig/types.rbs', line 724

def instance_id
  @instance_id
end

#resource_ids::Array[::String]

Returns the value of attribute resource_ids.

Returns:

  • (::Array[::String])


725
726
727
# File 'sig/types.rbs', line 725

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


726
727
728
# File 'sig/types.rbs', line 726

def resource_type
  @resource_type
end