Class: Aws::Types::ListFlowAssociationsRequest

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:



5222
5223
5224
# File 'sig/types.rbs', line 5222

def instance_id
  @instance_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



5225
5226
5227
# File 'sig/types.rbs', line 5225

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



5224
5225
5226
# File 'sig/types.rbs', line 5224

def next_token
  @next_token
end

#resource_type"WHATSAPP_MESSAGING_PHONE_NUMBER", ...

Returns the value of attribute resource_type.

Returns:



5223
5224
5225
# File 'sig/types.rbs', line 5223

def resource_type
  @resource_type
end